docs(godot): Update logging options and add 2.0.0 migration guide#18297
Open
limbonaut wants to merge 3 commits into
Open
docs(godot): Update logging options and add 2.0.0 migration guide#18297limbonaut wants to merge 3 commits into
limbonaut wants to merge 3 commits into
Conversation
Refresh the Godot logger options to match the 2.0.0 SDK: enable_logs now defaults to true, the GodotErrorMask enum is renamed to GodotLoggerEventMask, and a new logger_log_mask option (with the MASK_MESSAGE flag) controls which Godot logger events are captured as Sentry Logs. Mark logger_messages_as_breadcrumbs as deprecated. Auto-capturing Godot log output as Sentry Logs is now opt-in, so the Logs page's Godot Logging Integration section now explains logger_log_mask instead of claiming automatic capture. Add a "Migrating to 2.0.0" section covering the logging changes and the Android ANR detection split. Refs getsentry/sentry-godot#680 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Show the integer value of each mask flag and explain that bits 16/32/64 are reserved, so MASK_MESSAGE is 128 and the default breadcrumb mask is 143. Prevents confusion when computing bitwise combinations. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DESCRIBE YOUR PR
Brings the Godot logging docs in line with the 2.0.0 SDK and adds a migration guide.
enable_logsnow defaults totrue,GodotErrorMaskis renamed toGodotLoggerEventMask(with a newMASK_MESSAGEflag), and a newlogger_log_maskoption controls which Godot logger events are captured as Sentry Logs.logger_messages_as_breadcrumbsis marked deprecated.logger_log_mask.SDK changes: getsentry/sentry-godot#680 (logging), getsentry/sentry-godot#749 (ANR).
IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.
SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes:
EXTRA RESOURCES