Skip to content

Only works if app doesn't crash. #5

@EdJones

Description

@EdJones

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions