Skip to content

"undefined" messages reported from raven-js #729

@JimJty

Description

@JimJty

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:

stacktrace

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://[email protected]/MYAPPID')
    .addPlugin(Raven.Plugins.Angular)
    .install();
</script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions