Skip to content

feat(attributes): Add sentry.span.name and transaction.method attributes#361

Draft
cleptric wants to merge 1 commit into
mainfrom
more-backfill
Draft

feat(attributes): Add sentry.span.name and transaction.method attributes#361
cleptric wants to merge 1 commit into
mainfrom
more-backfill

Conversation

@cleptric
Copy link
Copy Markdown
Member

Add two new attributes for backfill support in the ingestion pipeline.

sentry.span.name

New canonical attribute for span names, added to the existing alias group with sentry.segment.name, sentry.transaction, and transaction. Existing deprecation targets are unchanged.

transaction.method

Deprecated attribute (backfill status) pointing to http.request.method. Added as a symmetric alias across the full method alias group (http.request.method, http.method, http.request_method, method).

…ributes

Add `sentry.span.name` as a new attribute for span names, aliased with
`sentry.segment.name`, `sentry.transaction`, and `transaction`.

Add `transaction.method` as a deprecated attribute (backfill) pointing
to `http.request.method`, with symmetric aliases across the method
alias group.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions
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 sentry.span.name and transaction.method attributes by cleptric in #361
  • Add calculated performance scores by loewenheim in #355
  • Add rpc.response.status_code attribute by alexander-alderman-webb in #352
  • Add rpc.method attribute by alexander-alderman-webb in #351
  • Add app vitals start attributes by buenaflor in #353
  • Add process.runtime.engine.* attributes by chargome in #347

Bug Fixes 🐛

  • (attributes) Change several deprecation statuses to normalize to align with ingestion paths by constantinius in #350
  • (create) Replace angle brackets in file names by loewenheim in #356

Internal Changes 🔧

  • (gh) Remove myself from CODEOWNERS by lcian in #354
  • Bump vulnerable js packages by chargome in #359

🤖 This preview updates automatically when you update the PR.

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.

1 participant