-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Raven throws "module is not defined" #287
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
Comments
So... I don't know everything here, but I'm pretty sure this will break browserify. In what context did this break for you? Browserify does not let you use |
Wait, yeah, this 100% won't work. wtf |
We have to replace these with explicit |
To avoid the |
Just for reference, I had no trouble with a build of master that used the isObject calls using browserify. Just for a sanity check, I'll build f6e8cbe tomorrow and check it out on browserify - I don't anticipate any issues. |
If Did I mention that I hate JavaScript before? 👍 |
f6e8cbe looks to be working fine here. |
Looks good :) |
btw, this is the worst language. Fixes getsentry#287
Occurs in master branch, 5390681 due to the code from PR #261:
To fix, it should be replaced with:
The text was updated successfully, but these errors were encountered: