[TASK] Pre-Releasing v10.0.59.dev1
This diff is collapsed.
This diff is collapsed.
... | @@ -81729,7 +81729,7 @@ var debugs = {}; | ... | @@ -81729,7 +81729,7 @@ var debugs = {}; |
var debugEnviron; | var debugEnviron; | ||
exports.debuglog = function(set) { | exports.debuglog = function(set) { | ||
if (isUndefined(debugEnviron)) | if (isUndefined(debugEnviron)) | ||
debugEnviron = Object({"SENTRY_DSN":'https://[email protected]/2',"PACKAGE_VERSION":"10.0.58"}).NODE_DEBUG || ''; | debugEnviron = Object({"SENTRY_DSN":'https://[email protected]/2',"PACKAGE_VERSION":"10.0.59.dev1"}).NODE_DEBUG || ''; | ||
set = set.toUpperCase(); | set = set.toUpperCase(); | ||
if (!debugs[set]) { | if (!debugs[set]) { | ||
if (new RegExp('\\b' + set + '\\b', 'i').test(debugEnviron)) { | if (new RegExp('\\b' + set + '\\b', 'i').test(debugEnviron)) { | ||
... | @@ -82538,7 +82538,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de | ... | @@ -82538,7 +82538,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de |
Sentry.init({ | Sentry.init({ | ||
dsn: 'https://[email protected]/2', | dsn: 'https://[email protected]/2', | ||
release: "10.0.58", | release: "10.0.59.dev1", | ||
beforeSend: function beforeSend(event, hint) { | beforeSend: function beforeSend(event, hint) { | ||
if (event.exception) { | if (event.exception) { | ||
event.exception.values[0].stacktrace.frames.forEach(function (frame) { | event.exception.values[0].stacktrace.frames.forEach(function (frame) { |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
This diff is collapsed.
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
Please register or sign in to comment