You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(attributes): Add sentry.category attribute
This attribute categorizes spans into their appropriate Insights module.
The category is derived from the span operation or span attributes.
---------
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: generated/attributes/all.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
This page lists all available attributes across all categories.
6
6
7
-
Total attributes: 414
7
+
Total attributes: 415
8
8
9
9
## Stable Attributes
10
10
@@ -239,6 +239,7 @@ Total attributes: 414
239
239
|[`rpc.service`](./rpc.md#rpcservice)| The full (logical) name of the service being called, including its package name, if applicable. |
240
240
|[`sentry.action`](./sentry.md#sentryaction)| Used as a generic attribute representing the action depending on the type of span. For instance, this is the database query operation for DB spans, and the request method for HTTP spans. |
241
241
|[`sentry.cancellation_reason`](./sentry.md#sentrycancellation_reason)| The reason why a span ended early. |
242
+
|[`sentry.category`](./sentry.md#sentrycategory)| The high-level category of a span, derived from the span operation or span attributes. This categorizes spans by their general purpose (e.g., database, HTTP, UI). Known values include: 'ai', 'ai.pipeline', 'app', 'browser', 'cache', 'console', 'db', 'event', 'file', 'function.aws', 'function.azure', 'function.gcp', 'function.nextjs', 'function.remix', 'graphql', 'grpc', 'http', 'measure', 'middleware', 'navigation', 'pageload', 'queue', 'resource', 'rpc', 'serialize', 'subprocess', 'template', 'topic', 'ui', 'ui.angular', 'ui.ember', 'ui.react', 'ui.svelte', 'ui.vue', 'view', 'websocket'. |
242
243
|[`sentry.client_sample_rate`](./sentry.md#sentryclient_sample_rate)| Rate at which a span was sampled in the SDK. |
243
244
|[`sentry.description`](./sentry.md#sentrydescription)| The human-readable description of a span. |
244
245
|[`sentry.dist`](./sentry.md#sentrydist)| The sentry dist. |
0 commit comments