[TASK] Pre-Releasing v10.0.64.dev2
This diff is collapsed.
... | ... | @@ -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.64.dev1"}).NODE_DEBUG || ''; | ||
debugEnviron = Object({"SENTRY_DSN":'https://[email protected]/2',"PACKAGE_VERSION":"10.0.64.dev2"}).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.64.dev1", | ||
release: "10.0.64.dev2", | ||
beforeSend: function beforeSend(event, hint) { | ||
if (event.exception) { | ||
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
... | ... | @@ -5,10 +5,10 @@ |
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: sickrage 10.0.64.dev1\n" | ||
"Project-Id-Version: sickrage 10.0.64.dev2\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2022-06-15 19:19+0000\n" | ||
"PO-Revision-Date: 2022-06-15 19:19+0000\n" | ||
"POT-Creation-Date: 2022-06-17 18:34+0000\n" | ||
"PO-Revision-Date: 2022-06-17 18:34+0000\n" | ||
"Last-Translator: FULL NAME <[email protected]>\n" | ||
"Language: en_US\n" | ||
"Language-Team: en_US <[email protected]>\n" | ||
... | ... | @@ -16,7 +16,7 @@ msgstr "" |
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Generated-By: Babel 2.10.2\n" | ||
"Generated-By: Babel 2.10.3\n" | ||
#: sickrage/core/webserver/views/api_builder.mako:25 | ||
msgid "Profile" | ||
... | ... |
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