Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
- CLI: 7.2.0
- Cross-platform modules: 7.2.1
- Runtime(s): 7.2.0
- Plugin(s): ^2.0.0
Please, tell us how to recreate the issue in as much detail as possible.
Use in app that crashes on startup.
Is there any code involved?
In line 1 of app.js:
import { Sentry } from 'nativescript-sentry';
const dsn = 'https://*****...*****.ingest.sentry.io/*******';
// options.debug = true // Enabled debug when first installing is always helpful
Sentry.init(dsn);
Sentry.captureMessage("Sentry.init happened.");
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
Please, tell us how to recreate the issue in as much detail as possible.
Use in app that crashes on startup.
Is there any code involved?
In line 1 of app.js: