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
Add new sentry.status_code attribute for tracking HTTP status codes in Sentry Insights. This is set by Relay during ingestion (formerly a Sentry tag) and used by the Outbound API Requests insights module.
---------
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: 421
7
+
Total attributes: 422
8
8
9
9
## Stable Attributes
10
10
@@ -283,6 +283,7 @@ Total attributes: 421
283
283
|[`sentry.segment.name`](./sentry.md#sentrysegmentname)| The segment name of a span |
284
284
|[`sentry.server_sample_rate`](./sentry.md#sentryserver_sample_rate)| Rate at which a span was sampled in Relay. |
285
285
|[`sentry.span.source`](./sentry.md#sentryspansource)| The source of a span, also referred to as transaction source. Known values are: `'custom'`, `'url'`, `'route'`, `'component'`, `'view'`, `'task'`. |
286
+
|[`sentry.status_code`](./sentry.md#sentrystatus_code)| The HTTP status code used in Sentry Insights. Typically set by Sentry during ingestion, rather than by clients. |
286
287
|[`sentry.status.message`](./sentry.md#sentrystatusmessage)| The from OTLP extracted status message. |
287
288
|[`sentry.trace.parent_span_id`](./sentry.md#sentrytraceparent_span_id)| The span id of the span that was active when the log was collected. This should not be set if there was no active span. |
288
289
|[`sentry.transaction`](./sentry.md#sentrytransaction)| The sentry transaction (segment name). |
0 commit comments