JulianMar / nuxt-bugsnag

Bugsnag module for nuxt.js
MIT License
49 stars 18 forks source link

[bugsnag] Bugsnag.start() was called more than once. Ignoring. #17

Closed gizburdt closed 4 years ago

gizburdt commented 4 years ago

I get this warning multiple times when nuxt is started. This error will be pushed to bugsnag.

Is this something you can reproduce? Or am I doing something wrong?

nuxt.config

modules: [
    ...
    'nuxt-bugsnag',
    ...
]

...

bugsnag: {
    apiKey: process.env.BUGSNAG_API_KEY
},
JulianMar commented 4 years ago

Which Version of the library do you use? And what does your package.json look like?

As far as I know this bug was solved with the 4.1 release

gizburdt commented 4 years ago

Thanks for the quick reply! :)

This is in my package.json: "nuxt-bugsnag": "^4.1.1",

JulianMar commented 4 years ago

okay, that's right. Can you try deleting your node_modules and reinstalling them?

gizburdt commented 4 years ago

Didn't fix it unfortunately :(

JulianMar commented 4 years ago

okay I will try to recreate it on my local env and get back to you

gizburdt commented 4 years ago

Awesome! :)

JulianMar commented 4 years ago

I just released a new version. Can you check it out? Would be nice to know if it works for everyone :)

gizburdt commented 4 years ago

Looks like it's working! Thanks for the quick fix :)

If I find something else, I will let you know

JulianMar commented 4 years ago

Nice, thanks for your patience and if you find something please let me know :)