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.
1 parent 6445589 commit fa9d69eCopy full SHA for fa9d69e
src/raven.js
@@ -69,6 +69,8 @@ function Raven() {
69
this._globalProject = null;
70
this._globalContext = {};
71
this._globalOptions = {
72
+ // SENTRY_RELEASE can be injected by https://github.com/getsentry/sentry-webpack-plugin
73
+ release: _window.SENTRY_RELEASE && _window.SENTRY_RELEASE.id,
74
logger: 'javascript',
75
ignoreErrors: [],
76
ignoreUrls: [],
0 commit comments