Skip to content

Commit

Permalink
Remove another DSN from demo-ng
Browse files Browse the repository at this point in the history
  • Loading branch information
sc85 committed Sep 23, 2020
1 parent 9926e14 commit c56eb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo-ng/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { HomeComponent } from './home.component';
NativeScriptModule,
AppRoutingModule,
SentryModule.forRoot({
dsn: 'https://10b5f0389dfe422cb6127e67c4af05e9@sentry.io/1320301'
dsn: '__YOUR_DSN_HERE__'
})
],
declarations: [AppComponent, HomeComponent],
Expand Down

0 comments on commit c56eb24

Please sign in to comment.