mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-06-30 23:16:16 +00:00
make sentry engine context hotload safe
This commit is contained in:
parent
8df6253604
commit
32d9a5e40a
@ -96,8 +96,8 @@ public class IrisContext {
|
||||
.qput("studio", engine.isStudio())
|
||||
.qput("closed", engine.isClosed())
|
||||
.qput("pack", new KMap<>()
|
||||
.qput("key", dimension.getLoadKey())
|
||||
.qput("version", dimension.getVersion())
|
||||
.qput("key", dimension == null ? "" : dimension.getLoadKey())
|
||||
.qput("version", dimension == null ? "" : dimension.getVersion())
|
||||
.qput("hash", hash32 == null ? "" : Long.toHexString(hash32)))
|
||||
.qput("mantle", new KMap<>()
|
||||
.qput("idle", mantle.getAdjustedIdleDuration())
|
||||
|
Loading…
x
Reference in New Issue
Block a user