forked from danielgek/nativescript-sentry
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Which platform(s) does your issue occur on?
- iOS
- iOS14.4
- iPhone11
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.");
Metadata
Metadata
Assignees
Labels
No labels