You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to use raven.js and plugins/angular.js in our app , which always seems to result in
60:1 ReferenceError: module is not defined
Tried to load the plugin before and after the main raven.js, also tried loading it before and after the Raven.config().install() without success. I'll probably have some time to investigate in the next few days, but someone else may be able to fix faster?
(related note: using the git/bower version with plugins isn't very well documented, docs seem to point to the CDN versions in most cases)
The text was updated successfully, but these errors were encountered:
I've been trying to use
raven.js
andplugins/angular.js
in our app , which always seems to result inTried to load the plugin before and after the main raven.js, also tried loading it before and after the
Raven.config().install()
without success. I'll probably have some time to investigate in the next few days, but someone else may be able to fix faster?(related note: using the git/bower version with plugins isn't very well documented, docs seem to point to the CDN versions in most cases)
The text was updated successfully, but these errors were encountered: