Buildout
This commit is contained in:
@ -84779,7 +84779,20 @@ var App = /*#__PURE__*/function (_React$Component) {
|
||||
if (allow_reporting) {
|
||||
react_ga__WEBPACK_IMPORTED_MODULE_4__["default"].initialize('UA-64701652-3');
|
||||
_sentry_browser__WEBPACK_IMPORTED_MODULE_5__["init"]({
|
||||
dsn: 'https://ca99fb6662fe40ae8ec4c18a466e4b4b@o99789.ingest.sentry.io/219026'
|
||||
dsn: 'https://ca99fb6662fe40ae8ec4c18a466e4b4b@o99789.ingest.sentry.io/219026',
|
||||
sampleRate: 0.25,
|
||||
beforeSend: function beforeSend(event, hint) {
|
||||
var _hint$originalExcepti = hint.originalException;
|
||||
_hint$originalExcepti = _hint$originalExcepti === void 0 ? {} : _hint$originalExcepti;
|
||||
var message = _hint$originalExcepti.message; // Filter out issues that destroy our quota and that are not informative enough to
|
||||
// actually resolve.
|
||||
|
||||
if (message && (message.match(/Websocket/i) || message.match(/NotSupportedError/i) || message.match(/Non-Error promise rejection captured with keys: call, message, value/i))) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return event;
|
||||
}
|
||||
});
|
||||
} // Fire up our services
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
2
mopidy_iris/static/app.min.js
vendored
2
mopidy_iris/static/app.min.js
vendored
File diff suppressed because one or more lines are too long
@ -106,7 +106,7 @@
|
||||
|
||||
// Release details
|
||||
// These are automatically injected to built HTML
|
||||
var build = "1596615555";
|
||||
var build = "1596704531";
|
||||
var version = "3.51.0";
|
||||
|
||||
// Construct the script tag
|
||||
|
||||
Reference in New Issue
Block a user