feat(attributes): Add service.namespace - #585
Closed
JPeer264 wants to merge 1 commit into
Closed
Conversation
Semver Impact of This PR🟡 Minor (new features) 📋 Changelog PreviewThis is how your changes will appear in the changelog. New Features ✨Attributes
Bug Fixes 🐛
Internal Changes 🔧
🤖 This preview updates automatically when you update the PR. |
JPeer264
force-pushed
the
jp/conv-graphql-source
branch
from
August 27, 2026 07:59
e74aea3 to
7054621
Compare
JPeer264
force-pushed
the
jp/conv-service-namespace
branch
from
August 27, 2026 07:59
cbcc307 to
84c9b27
Compare
`service.namespace` is an OpenTelemetry resource attribute that SDKs emit alongside the already documented `service.name` and `service.version`, but it was never defined here. Added as a live attribute, not deprecated. The JavaScript SDK stopped collecting OpenTelemetry resources in v11 and so no longer emits any `service.*` attribute, but that is a JavaScript-only change and other SDKs still send them. Prompted by getsentry/sentry-javascript#23013 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
JPeer264
force-pushed
the
jp/conv-graphql-source
branch
from
August 27, 2026 08:11
7054621 to
ff5642b
Compare
JPeer264
force-pushed
the
jp/conv-service-namespace
branch
from
August 27, 2026 08:17
84c9b27 to
0d0b8f7
Compare
Member
Author
|
I don't think this is relevant. |
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.
service.namespaceis an OpenTelemetry resource attribute that SDKs emit alongside the already documentedservice.nameandservice.version, but it was never defined here.It is added as a live attribute, not as a deprecated one. The JavaScript SDK stopped collecting OpenTelemetry resources in v11 and so no longer emits any
service.*attribute, but that is a JavaScript-only change and other SDKs still send them. Deprecating theservice.*family repo-wide would therefore be wrong.Prompted by getsentry/sentry-javascript#23013