Daniel Dragnev
Results
2
issues of
Daniel Dragnev
Hello, I am using tns 6.1.0 and testing on a physical android device (Galaxy S7, Android version 7.0). When I use the plugin, it takes me directly to the Screenshots...
Here is my code: app.module.ts: ``` import { SentryModule } from 'nativescript-sentry/angular'; @NgModule({ bootstrap: [ AppComponent ], imports: [ SentryModule.forRoot({ dsn: 'https://:@sentry.io/' }) ], }) export class AppModule {} ```...