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

Can't working without error in iphone. #2151

Closed
1 of 9 tasks
mingmLiang opened this issue Jul 4, 2019 · 5 comments
Closed
1 of 9 tasks

Can't working without error in iphone. #2151

mingmLiang opened this issue Jul 4, 2019 · 5 comments

Comments

@mingmLiang
Copy link

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://233588931c554f44922b479204138812@sentry.ijuzhong.com:9000/8',
    transport: Sentry.Transports.FetchTransport,
    integrations: [
      new Integrations.Vue({
        Vue,
        attachProps: true,
      }),
    ],
  });
  • one.vue
    import * as Sentry from '@sentry/browser';
 Sentry.captureMessage(`${something}`);

@mingmLiang mingmLiang changed the title Can't working without error. Can't working without error in iphone. Jul 4, 2019
@kamilogorek
Copy link
Contributor

Everything works fine for me.

image

Please provide a reproducible example.

@mingmLiang
Copy link
Author

Please put it into methods. Like this.
image

@kamilogorek
Copy link
Contributor

Still works just fine.

image

@mingmLiang
Copy link
Author

I had test so many times. And it can't runing in real machine.

@mingmLiang
Copy link
Author

Still works just fine.

image

Thank you. I had find reason. Because it need https.

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

2 participants