Skip to content

Commit c56eb24

Browse files
committed
Remove another DSN from demo-ng
1 parent 9926e14 commit c56eb24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo-ng/src/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { HomeComponent } from './home.component';
1111
NativeScriptModule,
1212
AppRoutingModule,
1313
SentryModule.forRoot({
14-
dsn: 'https://[email protected]/1320301'
14+
dsn: '__YOUR_DSN_HERE__'
1515
})
1616
],
1717
declarations: [AppComponent, HomeComponent],

0 commit comments

Comments
 (0)