We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
now it can not require plugins/xxx like this
require('raven-js/plugins/console') require('raven-js/plugins/native')
because this and global varaible Raven is used in these modules
this
Raven
;(function(window, Raven, console) { }(this, Raven, console || {}));
The text was updated successfully, but these errors were encountered:
I need to figure out what this even looks like since plugins are very gross at the moment.
Sorry, something went wrong.
Closing in favor of #282
Fix postgres/pg name mismatch (#270)
97d3ac4
No branches or pull requests
now it can not require plugins/xxx like this
because
this
and global varaibleRaven
is used in these modulesThe text was updated successfully, but these errors were encountered: