JulianMar / nuxt-bugsnag

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

Cannot read properties of undefined (reading 'notify') #69

Closed mzimnikoval closed 1 week ago

mzimnikoval commented 9 months ago

Hi, I have error in my console when I trying to create custom notifications. How can I solve this error?

I have this

this.$bugsnag.notify(e)

in catch

JulianMar commented 9 months ago

Hey, seems like you might not have setup the package correctly. Can you upload a reproduction?