Skip to content

Commit 16ca3be

Browse files
authored
feat(span-first): Add common sentry.segment.id span attribute (#15451)
1 parent e7365b5 commit 16ca3be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

develop-docs/sdk/telemetry/spans/span-protocol.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ Empty attributes must be emitted.
175175
| `sentry.release` | string | The release version of the application |
176176
| `sentry.environment` | string | The environment name (e.g., "production", "staging", "development") |
177177
| `sentry.segment.name` | string | The segment name (e.g., "GET /users") |
178+
| `sentry.segment.id` | string | The segment span id |
178179
| `os.name` | string | The operating system name (e.g., "Linux", "Windows", "macOS") |
179180
| `browser.name` | string | The browser name (e.g., "Chrome", "Firefox", "Safari") |
180181
| `user.id` | string | The user ID (gated by `sendDefaultPii`) |

0 commit comments

Comments
 (0)