Skip to content
New issue

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

Only works if app doesn't crash. #5

Open
EdJones opened this issue Feb 18, 2021 · 0 comments
Open

Only works if app doesn't crash. #5

EdJones opened this issue Feb 18, 2021 · 0 comments

Comments

@EdJones
Copy link

EdJones commented Feb 18, 2021

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.");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant