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

Module is undefined #66

Closed
snmaynard opened this issue Aug 19, 2014 · 3 comments
Closed

Module is undefined #66

snmaynard opened this issue Aug 19, 2014 · 3 comments

Comments

@snmaynard
Copy link
Contributor

https://github.com/bugsnag/bugsnag-js/blob/master/src/bugsnag.js#L21

@jmshal
Copy link

jmshal commented Aug 19, 2014

Do you have anymore information for this? It would really help to know what browser this is happening for (etc...)

@ConradIrwin
Copy link

It happens on sites that have an exports object, but it's not attached to module. it's not clear what we should do in this case, probably just load bugsnag globally?

@jmshal
Copy link

jmshal commented Aug 19, 2014

We could also check they have a module object, and maybe even if module has a property called exports... usually this isn't necessary, but it seems it is for this case.

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

3 participants