The reason why a span ended early.
Property | Value |
---|---|
Type | string |
Has PII | false |
Exists in OpenTelemetry | No |
Example | document.hidden |
Rate at which a span was sampled in the SDK.
Property | Value |
---|---|
Type | double |
Has PII | false |
Exists in OpenTelemetry | No |
Example | 0.5 |
The human-readable description of a span.
Property | Value |
---|---|
Type | string |
Has PII | maybe |
Exists in OpenTelemetry | No |
Example | index view query |
The sentry dist.
Property | Value |
---|---|
Type | string |
Has PII | false |
Exists in OpenTelemetry | No |
Example | 1.0 |
The sentry environment.
Property | Value |
---|---|
Type | string |
Has PII | false |
Exists in OpenTelemetry | No |
Example | production |
Aliases | environment |
The exclusive time duration of the span.
Property | Value |
---|---|
Type | integer |
Has PII | false |
Exists in OpenTelemetry | No |
Example | 1234 |
If an http request was a prefetch request.
Property | Value |
---|---|
Type | boolean |
Has PII | false |
Exists in OpenTelemetry | No |
Example | true |
The reason why an idle span ended early.
Property | Value |
---|---|
Type | string |
Has PII | false |
Exists in OpenTelemetry | No |
Example | idleTimeout |
A parameter used in the message template. <key> can either be the number that represent the parameter’s position in the template string (sentry.message.parameter.0, sentry.message.parameter.1, etc) or the parameter’s name (sentry.message.parameter.item_id, sentry.message.parameter.user_id, etc)
Property | Value |
---|---|
Type | string |
Has PII | maybe |
Exists in OpenTelemetry | No |
Example | sentry.message.parameter.0='123' |
The parameterized template string.
Property | Value |
---|---|
Type | string |
Has PII | maybe |
Exists in OpenTelemetry | No |
Example | Hello, {name}! |
A module that was loaded in the process. The key is the name of the module.
Property | Value |
---|---|
Type | string |
Has PII | maybe |
Exists in OpenTelemetry | No |
Has dynamic suffix | Yes |
Example | sentry.module.brianium/paratest='v7.7.0' |
A parameterized route for a function in Next.js that contributes to Server-Side Rendering. Should be present on spans that track such functions when the file location of the function is known.
Property | Value |
---|---|
Type | string |
Has PII | false |
Exists in OpenTelemetry | No |
Example | /posts/[id]/layout |
A descriptor for a for a function in Next.js that contributes to Server-Side Rendering. Should be present on spans that track such functions.
Property | Value |
---|---|
Type | string |
Has PII | false |
Exists in OpenTelemetry | No |
Example | generateMetadata |
The operation of a span.
Property | Value |
---|---|
Type | string |
Has PII | false |
Exists in OpenTelemetry | No |
Example | http.client |
The origin of the instrumentation (e.g. span, log, etc.)
Property | Value |
---|---|
Type | string |
Has PII | false |
Exists in OpenTelemetry | No |
Example | auto.http.otel.fastify |
The sdk platform that generated the event.
Property | Value |
---|---|
Type | string |
Has PII | false |
Exists in OpenTelemetry | No |
Example | php |
The id of the sentry profile.
Property | Value |
---|---|
Type | string |
Has PII | false |
Exists in OpenTelemetry | No |
Example | 123e4567e89b12d3a456426614174000 |
Aliases | profile_id |
The sentry release.
Property | Value |
---|---|
Type | string |
Has PII | false |
Exists in OpenTelemetry | No |
Example | 7.0.0 |
Aliases | service.version , release |
The id of the sentry replay.
Property | Value |
---|---|
Type | string |
Has PII | false |
Exists in OpenTelemetry | No |
Example | 123e4567e89b12d3a456426614174000 |
Aliases | replay_id |
A list of names identifying enabled integrations. The list shouldhave all enabled integrations, including default integrations. Defaultintegrations are included because different SDK releases may contain differentdefault integrations.
Property | Value |
---|---|
Type | string[] |
Has PII | false |
Exists in OpenTelemetry | No |
Example | ["InboundFilters","FunctionToString","BrowserApiErrors","Breadcrumbs"] |
The sentry sdk name.
Property | Value |
---|---|
Type | string |
Has PII | false |
Exists in OpenTelemetry | No |
Example | @sentry/react |
The sentry sdk version.
Property | Value |
---|---|
Type | string |
Has PII | false |
Exists in OpenTelemetry | No |
Example | 7.0.0 |
The segment ID of a span
Property | Value |
---|---|
Type | string |
Has PII | false |
Exists in OpenTelemetry | No |
Example | 051581bf3cb55c13 |
Aliases | sentry.segment_id |
The segment name of a span
Property | Value |
---|---|
Type | string |
Has PII | maybe |
Exists in OpenTelemetry | No |
Example | GET /user |
Rate at which a span was sampled in Relay.
Property | Value |
---|---|
Type | double |
Has PII | false |
Exists in OpenTelemetry | No |
Example | 0.5 |
The source of a span, also referred to as transaction source.
Property | Value |
---|---|
Type | string |
Has PII | false |
Exists in OpenTelemetry | No |
Example | route |
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.
Property | Value |
---|---|
Type | string |
Has PII | false |
Exists in OpenTelemetry | No |
Example | b0e6f15b45c36b12 |
The sentry transaction (segment name).
Property | Value |
---|---|
Type | string |
Has PII | false |
Exists in OpenTelemetry | No |
Example | GET / |
Aliases | transaction |
These attributes are deprecated and will be removed in a future version. Please use the recommended replacements.
The name of the browser.
Property | Value |
---|---|
Type | string |
Has PII | maybe |
Exists in OpenTelemetry | No |
Example | Chrome |
Deprecated | Yes, use browser.name instead |
Aliases | browser.name |
The version of the browser.
Property | Value |
---|---|
Type | string |
Has PII | maybe |
Exists in OpenTelemetry | No |
Example | 120.0.6099.130 |
Deprecated | Yes, use browser.version instead |
Aliases | browser.version |
The segment ID of a span
Property | Value |
---|---|
Type | string |
Has PII | false |
Exists in OpenTelemetry | No |
Example | 051581bf3cb55c13 |
Deprecated | Yes, use sentry.segment.id instead |
Aliases | sentry.segment.id |