Merge branch 'release/10.0.58'
... | ... | @@ -36,7 +36,8 @@ hachoir==3.1.1 |
html5lib==1.1 | ||
httplib2==0.18.1 | ||
idna==2.10 | ||
importlib-metadata==4.11.3 | ||
importlib-metadata==4.11.3; python_version >= '3.7' | ||
importlib-metadata==4.8.3; python_version == '3.6' | ||
ipaddress==1.0.23 | ||
knowit==0.2.4 | ||
lockfile==0.12.2 | ||
... | ... |
... | ... | @@ -81729,7 +81729,7 @@ var debugs = {}; |
var debugEnviron; | ||
exports.debuglog = function(set) { | ||
if (isUndefined(debugEnviron)) | ||
debugEnviron = Object({"SENTRY_DSN":'https://[email protected]/2',"PACKAGE_VERSION":"10.0.57"}).NODE_DEBUG || ''; | ||
debugEnviron = Object({"SENTRY_DSN":'https://[email protected]/2',"PACKAGE_VERSION":"10.0.58"}).NODE_DEBUG || ''; | ||
set = set.toUpperCase(); | ||
if (!debugs[set]) { | ||
if (new RegExp('\\b' + set + '\\b', 'i').test(debugEnviron)) { | ||
... | ... | @@ -82538,7 +82538,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de |
Sentry.init({ | ||
dsn: 'https://[email protected]/2', | ||
release: "10.0.57", | ||
release: "10.0.58", | ||
beforeSend: function beforeSend(event, hint) { | ||
if (event.exception) { | ||
event.exception.values[0].stacktrace.frames.forEach(function (frame) { |
Please register or sign in to comment