Skip to content

feat(attributes): Add faas.execution (deprecated) in favor of faas.invocation_id - #473

Merged
andreiborza merged 3 commits into
mainfrom
ab/deprecate-faas-execution
Jul 9, 2026
Merged

feat(attributes): Add faas.execution (deprecated) in favor of faas.invocation_id#473
andreiborza merged 3 commits into
mainfrom
ab/deprecate-faas-execution

Conversation

@andreiborza

Copy link
Copy Markdown
Member

Add faas.execution as a deprecated attribute in favor of faas.invocation_id (the 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 so ingestion copies the value forward.

Follow-up to getsentry/sentry-javascript#22079, where the vendored faas.execution constant was flagged as missing from @sentry/conventions.

Changes

  • New model/attributes/faas/faas__execution.json (deprecated, _status: backfill, replacement: faas.invocation_id).
  • Added faas.execution to faas.invocation_id's alias list.
  • Regenerated JS + Python attribute code and docs.

…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
andreiborza requested review from a team, Lms24, cleptric, mjq and nsdeschenes as code owners July 9, 2026 12:51
@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown

Semver Impact of This PR

🟡 Minor (new features)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


New Features ✨

Attributes

  • Add faas.execution (deprecated) in favor of faas.invocation_id by andreiborza in #473
  • Add messaging attributes by s1gr1d in #469
  • Add url.same_origin (deprecated) and http.request.same_origin (replacement) attributes by Lms24 in #456
  • Add db.response.status_code by s1gr1d in #462

Other

  • (ai) Add granular cost attributes for cache and reasoning by vgrozdanic in #461

Internal Changes 🔧

  • (ci) Stop inheriting secrets for changelog-preview by tobias-wilfert in #463

🤖 This preview updates automatically when you update the PR.

Comment thread model/attributes/faas/faas__execution.json Outdated
@andreiborza
andreiborza merged commit 7bfb0d3 into main Jul 9, 2026
17 checks passed
@andreiborza
andreiborza deleted the ab/deprecate-faas-execution branch July 9, 2026 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants