docs(godot): Document global attributes for logs and metrics#16967
Merged
coolguyzone merged 3 commits intomasterfrom Mar 19, 2026
Merged
docs(godot): Document global attributes for logs and metrics#16967coolguyzone merged 3 commits intomasterfrom
coolguyzone merged 3 commits intomasterfrom
Conversation
Add Global Attributes section to both logs and metrics usage includes, documenting SentrySDK.set_attribute() and SentrySDK.remove_attribute(). Refs getsentry/sentry-godot#594 Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Use simpler game-dev examples and remove unverified precedence claim. Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
mujacica
approved these changes
Mar 17, 2026
coolguyzone
approved these changes
Mar 19, 2026
constantinius
pushed a commit
that referenced
this pull request
Mar 20, 2026
## DESCRIBE YOUR PR Document `SentrySDK.set_attribute()` and `SentrySDK.remove_attribute()` for setting global attributes that are automatically included in all structured logs and metrics. - Godot SDK PR: getsentry/sentry-godot#594 ## IS YOUR CHANGE URGENT? - [x] None: Not urgent, can wait up to 1 week+ ## PRE-MERGE CHECKLIST - [x] Checked Vercel preview for correctness, including links - [x] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) --------- Co-authored-by: Claude <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
Document
SentrySDK.set_attribute()andSentrySDK.remove_attribute()for setting global attributes that are automatically included in all structured logs and metrics.IS YOUR CHANGE URGENT?
PRE-MERGE CHECKLIST