Skip to content

Commit 184d3cd

Browse files
authored
feat(spans): Add common sentry.op attribute key (#16078)
Just saw that we never specified that we should continue to send the op via `sentry.op`.
1 parent a67f03f commit 184d3cd

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
@@ -164,6 +164,7 @@ Empty attributes must be omitted.
164164

165165
| Attribute Key | Type | Description |
166166
|---------------|------|-------------|
167+
| `sentry.op` | string | The [span op](../../traces/span-operations/) (e.g., "http.client", "db.query") of the span |
167168
| `sentry.release` | string | The release version of the application |
168169
| `sentry.environment` | string | The environment name (e.g., "production", "staging", "development") |
169170
| `sentry.segment.name` | string | The segment name (e.g., "GET /users") |

0 commit comments

Comments
 (0)