feat(attributes): Add faas.execution (deprecated) in favor of faas.invocation_id - #473
Merged
Conversation
…vocation_id Add faas.execution as a deprecated attribute pointing to faas.invocation_id as its OTel-aligned replacement. The AWS serverless SDK still emits faas.execution today, so it is marked _status: backfill and cross-aliased with faas.invocation_id. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
andreiborza
requested review from
a team,
Lms24,
cleptric,
mjq and
nsdeschenes
as code owners
July 9, 2026 12:51
Semver Impact of This PR🟡 Minor (new features) 📋 Changelog PreviewThis is how your changes will appear in the changelog. New Features ✨Attributes
Other
Internal Changes 🔧
🤖 This preview updates automatically when you update the PR. |
…s group symmetric
Lms24
approved these changes
Jul 9, 2026
4 tasks
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.
Add
faas.executionas a deprecated attribute in favor offaas.invocation_id(the OTel-aligned replacement). The AWS serverless SDK still emitsfaas.executiontoday, so it is marked_status: backfilland cross-aliased withfaas.invocation_idso ingestion copies the value forward.Follow-up to getsentry/sentry-javascript#22079, where the vendored
faas.executionconstant was flagged as missing from@sentry/conventions.Changes
model/attributes/faas/faas__execution.json(deprecated,_status: backfill,replacement: faas.invocation_id).faas.executiontofaas.invocation_id's alias list.