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.
| Property | Value |
|---|---|
| Type | string |
| Has PII | maybe |
| Exists in OpenTelemetry | No |
| Example | SELECT |
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 |
Used as a generic attribute representing the domain depending on the type of span. For instance, this is the collection/table name for database spans, and the server address for HTTP spans.
| Property | Value |
|---|---|
| Type | string |
| Has PII | maybe |
| Exists in OpenTelemetry | No |
| Example | example.com |
The environment from the dynamic sampling context.
| Property | Value |
|---|---|
| Type | string |
| Has PII | false |
| Exists in OpenTelemetry | No |
| Example | prod |
The public key from the dynamic sampling context.
| Property | Value |
|---|---|
| Type | string |
| Has PII | maybe |
| Exists in OpenTelemetry | No |
| Example | c51734c603c4430eb57cb0a5728a479d |
The release identifier from the dynamic sampling context.
| Property | Value |
|---|---|
| Type | string |
| Has PII | false |
| Exists in OpenTelemetry | No |
| Example | frontend@e8211be71b214afab5b85de4b4c54be3714952bb |
The sample rate from the dynamic sampling context.
| Property | Value |
|---|---|
| Type | string |
| Has PII | false |
| Exists in OpenTelemetry | No |
| Example | 1.0 |
Whether the event was sampled according to the dynamic sampling context.
| Property | Value |
|---|---|
| Type | boolean |
| Has PII | false |
| Exists in OpenTelemetry | No |
| Example | true |
The trace ID from the dynamic sampling context.
| Property | Value |
|---|---|
| Type | string |
| Has PII | false |
| Exists in OpenTelemetry | No |
| Example | 047372980460430cbc78d9779df33a46 |
The transaction name from the dynamic sampling context.
| Property | Value |
|---|---|
| Type | string |
| Has PII | false |
| Exists in OpenTelemetry | No |
| Example | /issues/errors-outages/ |
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 in milliseconds.
| Property | Value |
|---|---|
| Type | double |
| Has PII | false |
| Exists in OpenTelemetry | No |
| Example | 1234 |
Indicates the type of graphql operation, emitted by the Javascript SDK.
| Property | Value |
|---|---|
| Type | string |
| Has PII | maybe |
| Exists in OpenTelemetry | No |
| Example | getUserById |
Stores the hash of sentry.normalized_description. This is primarily used for grouping spans in the product end.
| Property | Value |
|---|---|
| Type | string |
| Has PII | false |
| Exists in OpenTelemetry | No |
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 |
Indicates whether a span’s parent is remote.
| Property | Value |
|---|---|
| Type | boolean |
| Has PII | false |
| Exists in OpenTelemetry | No |
| Example | true |
Used to clarify the relationship between parents and children, or to distinguish between spans, e.g. a server and client span with the same name.
| Property | Value |
|---|---|
| Type | string |
| Has PII | maybe |
| Exists in OpenTelemetry | No |
| Example | server |
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 normalized version of db.query.text.
| Property | Value |
|---|---|
| Type | string |
| Has PII | maybe |
| Exists in OpenTelemetry | No |
| Example | SELECT .. FROM sentry_project WHERE (project_id = %s) |
The hash of sentry.normalized_db_query.
| Property | Value |
|---|---|
| Type | string |
| Has PII | false |
| Exists in OpenTelemetry | No |
Used as a generic attribute representing the normalized sentry.description. This refers to the legacy use case of sentry.description where it holds relevant data depending on the type of span (e.g. database query, resource url, http request description, etc).
| Property | Value |
|---|---|
| Type | string |
| Has PII | maybe |
| Exists in OpenTelemetry | No |
| Example | SELECT .. FROM sentry_project WHERE (project_id = %s) |
The timestamp at which an envelope was received by Relay, in nanoseconds.
| Property | Value |
|---|---|
| Type | string |
| Has PII | false |
| Exists in OpenTelemetry | No |
| Example | 1544712660300000000 |
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 sentinel attribute on log events indicating whether the current Session Replay is being buffered (onErrorSampleRate).
| Property | Value |
|---|---|
| Type | boolean |
| Has PII | false |
| Exists in OpenTelemetry | No |
| Example | true |
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 from OTLP extracted status message.
| Property | Value |
|---|---|
| Type | string |
| Has PII | maybe |
| Exists in OpenTelemetry | No |
| Example | foobar |
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 |