Skip to content

Can't working without error in iphone. #2151

@mingmLiang

Description

@mingmLiang

Package + Version

  • @sentry/browser
  • @sentry/node
  • raven-js
  • raven-node (raven for node)
  • other:

Version:

^5.4.3

Description

  • main.js
  Sentry.init({
    dsn: 'http://[email protected]:9000/8',
    transport: Sentry.Transports.FetchTransport,
    integrations: [
      new Integrations.Vue({
        Vue,
        attachProps: true,
      }),
    ],
  });
  • one.vue
    import * as Sentry from '@sentry/browser';
 Sentry.captureMessage(`${something}`);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions