Skip to content

Conversation

@Lms24
Copy link
Member

@Lms24 Lms24 commented Nov 5, 2025

We decided to remove the is_remote field on the Span v2 items in favour of the new is_segment field.

@vercel
Copy link

vercel bot commented Nov 5, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
develop-docs Ready Ready Preview Comment Nov 5, 2025 1:58pm
1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
sentry-docs Ignored Ignored Preview Nov 5, 2025 1:58pm

@Lms24 Lms24 self-assigned this Nov 5, 2025
@Lms24 Lms24 requested review from Dav1dde and cleptric November 5, 2025 13:47
| `name` | string | Yes | A low cardinality description of what the span represents (e.g., "GET /users", "database.query") |
| `status` | string | Yes | Status of the span operation. Either `"ok"` or `"error"` |
| `is_remote` | boolean | Yes | Whether the SpanContext creating the span was received from somewhere else or locally generated |
| `is_segment` | boolean | Yes | Whether the span is a segment span |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically we decided not to require it for compatibility reasons with otel, but I am good with keeping it as required here for our own SDKs 👍.

@cleptric cleptric merged commit f9b300d into master Nov 5, 2025
13 checks passed
@cleptric cleptric deleted the lms/ref-develop-span-prot-is_segment branch November 5, 2025 17:37
codyde added a commit that referenced this pull request Nov 9, 2025
…ntry/sentry-docs into docs/span-metrics-examples

* 'docs/span-metrics-examples' of https://github.com/getsentry/sentry-docs: (27 commits)
  Adding logs callout in relevant breadcrumbs docs. (#15432)
  docs(self-hosted): Troubleshooting guide to invalidate projectconfigs (#15377)
  docs(js): Add metrics page (#15353)
  fix encoding for minification (#15429)
  update instructions for string minification (#15421)
  getsentry/relay@938582a
  fix: typos in TanStack Start docs (#15425)
  feat: Add firebase docs integration (#15310)
  feat(develop-docs): add index and subpages for Telemetry Buffer (#15424)
  docs(integration): Update Linear Agent Docs  (#15420)
  feat(cloudflare): Fixed snippet to be cloudflare specific (#15369)
  chore(aws-lambda): Add troubleshooting section with known issue (#15414)
  getsentry/relay@5e23f1a
  docs(size-analysis): Align code boxes and remove vcsInfo links (#15418)
  feat(develop-docs): Add telemetry buffer page (#15411)
  Add Composer requirement to PHP platform guide (#15319)
  Updated link for version compatability (#15311)
  (WIP) Mtopo27/size analysis docs (#15256)
  Metrics Product Docs (#15375)
  ref(develop/spans): Replace `is_remote` with `is_segment` in Span Protocol (#15415)
  ...
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.

4 participants