We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9926e14 commit c56eb24Copy full SHA for c56eb24
demo-ng/src/app.module.ts
@@ -11,7 +11,7 @@ import { HomeComponent } from './home.component';
11
NativeScriptModule,
12
AppRoutingModule,
13
SentryModule.forRoot({
14
- dsn: 'https://10b5f0389dfe422cb6127e67c4af05e9@sentry.io/1320301'
+ dsn: '__YOUR_DSN_HERE__'
15
})
16
],
17
declarations: [AppComponent, HomeComponent],
0 commit comments