-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
We use this code do include raven in our angular app (only if it was previously set up)
// for Sentry
if (typeof Raven !== 'undefined' && Raven.isSetup()) {
myDependencies.unshift('ngRaven')
}
we today switched from https://cdn.ravenjs.com/3.22.1/angular/raven.min.js
to https://cdn.ravenjs.com/3.22.2/angular/raven.min.js
and suddenly this isSetup
function is missing:
TypeError: Raven.isSetup is not a function
see also #305
Metadata
Metadata
Assignees
Labels
No labels