We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Having an issue configuring raven.js since updating to 3.20.0 with IE11.
It's an Angular (5.0.1) CLI (1.5.0) app with a typical setup in app.module:
app.module
Raven .config('https://...@sentry.io/...', { environment: environment, release: version }) .install();
Running the app causes an error in IE11 Function.prototype.toString: 'this' is not a Function object. Chrome and Firefox are ok.
Function.prototype.toString: 'this' is not a Function object
Reverting to 3.19.1 resolves the issue.