-
Notifications
You must be signed in to change notification settings - Fork 251
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
Issue with the AMD Module Pattern and AlmondJS #81
Comments
Hi @iamJoeTaylor. This is for a few reasons, I just did some investigation. The next version of bugsnag js should fix this for you (should be out tomorrow when I've done a little more testing), but in the meantime you can either:
|
Thanks @ConradIrwin |
kattrali
pushed a commit
that referenced
this issue
Apr 22, 2021
refactor: Rename electron plugins and add unit tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The standard build includes the AMD Pattern:
This doesn't play well with AlmondJS which is expecting a name to be the first param. The error causes Bugsnag not to be added to the window at all.
Could we get different options to build with, as opposed to AMD by default?
The text was updated successfully, but these errors were encountered: