Closed
Description
I just started using sentry. I am using hosted sentry with a local server copy of raven-js (3.7.0) and have been getting intermittent "undefined" errors from numerous users that I have been unable to reproduce. The stack trace points to raven-js:
Is this a bug, or is there additional troubleshooting steps I can do to narrow it down to my code.
Other errors log correctly. Its happening in different browsers/os's (recent examples: Windows 10 / Chrome 52, Windows XP / Chrome 38, Windows 7 / Firefox 48).
I am using the Angular 1 plugin, and copied the setup/install from sentry.io docs
<script src="lib/angular/angular.min.js"></script>
<script src="lib/raven-js/dist/raven.js"></script>
<script src="lib/raven-js/dist/plugins/angular.js"></script>
<script>
Raven
.config('https://MYKEY@sentry.io/MYAPPID')
.addPlugin(Raven.Plugins.Angular)
.install();
</script>
Metadata
Metadata
Assignees
Labels
No labels