This commit is contained in:
James Barnsley
2020-08-06 21:02:56 +12:00
parent 09c5fb8244
commit 7e1d97ed54
4 changed files with 17 additions and 4 deletions

View File

@ -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

File diff suppressed because one or more lines are too long

View File

@ -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