1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-05 10:38:30 +00:00

Rewrite stack traces for Sentry to use the static URL for the current FFZ build to make sure it uses correct source maps.

This commit is contained in:
SirStendec 2018-04-19 16:40:01 -04:00
parent 161b084626
commit e9214bb46a
2 changed files with 12 additions and 6 deletions

View file

@ -100,7 +100,7 @@ class FrankerFaceZ extends Module {
FrankerFaceZ.Logger = Logger;
const VER = FrankerFaceZ.version_info = {
major: 4, minor: 0, revision: 0, extra: '-beta2.18.2',
major: 4, minor: 0, revision: 0, extra: '-beta2.18.3',
build: __webpack_hash__,
toString: () =>
`${VER.major}.${VER.minor}.${VER.revision}${VER.extra || ''}${DEBUG ? '-dev' : ''}`