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
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