We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use in app that crashes on startup.
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.");
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: