Requested by: @limbonaut
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
To retract the release, the person requesting it must leave a comment containing #retract on a line by itself under this issue.
Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
Features
- Add
set_context(), set_user(), and set_fingerprint() to the SentryEvent API (#808)
Improvements
- Harden shutdown handling to avoid touching Godot state while the engine is tearing down (#811)
- The SDK now closes as soon as the engine begins shutting down, before Godot tears down the systems it depends on
- Fixed a crash on exit when a
SentryOptions callback, such as before_send, is set to a GDScript lambda
- The .NET layer now closes shortly before the .NET scripting runtime is torn down, letting pending .NET events flush and preventing calls into the runtime after shutdown begins
init() and close() now report an error when called off the main thread, matching the SDK's lifecycle requirement
Dependencies
- Bump Cocoa SDK from v9.19.0 to v9.22.0 (#795, #801, #806, #812)
- Bump Sentry Android from v8.46.0 to v8.48.0 (#798, #805)
- Bump Sentry JavaScript from v10.62.0 to v10.65.0 (#794, #802, #810)
- Bump Native SDK from v0.15.2 to v0.15.3 (#800)
- Bump Sentry .NET SDK from v6.6.0 to v6.7.0 (#813)
Requested by: @limbonaut
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
To retract the release, the person requesting it must leave a comment containing
#retracton a line by itself under this issue.Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
Features
set_context(),set_user(), andset_fingerprint()to theSentryEventAPI (#808)Improvements
SentryOptionscallback, such asbefore_send, is set to a GDScript lambdainit()andclose()now report an error when called off the main thread, matching the SDK's lifecycle requirementDependencies