Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion generated/attributes/all.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This page lists all available attributes across all categories.

Total attributes: 422
Total attributes: 430

## Stable Attributes

Expand All @@ -31,6 +31,10 @@ Total attributes: 422
| [`browser.script.invoker_type`](./browser.md#browserscriptinvoker_type) | Browser script entry point type. |
| [`browser.script.source_char_position`](./browser.md#browserscriptsource_char_position) | A number representing the script character position of the script. |
| [`browser.version`](./browser.md#browserversion) | The version of the browser. |
| [`browser.web_vital.fcp.value`](./browser.md#browserweb_vitalfcpvalue) | The time it takes for the browser to render the first piece of meaningful content on the screen |
| [`browser.web_vital.fp.value`](./browser.md#browserweb_vitalfpvalue) | The time in milliseconds it takes for the browser to render the first pixel on the screen |
| [`browser.web_vital.ttfb.request_time`](./browser.md#browserweb_vitalttfbrequest_time) | The time it takes for the server to process the initial request and send the first byte of a response to the user's browser |
| [`browser.web_vital.ttfb.value`](./browser.md#browserweb_vitalttfbvalue) | The value of the recorded Time To First Byte (TTFB) web vital in Milliseconds |
| [`cache.hit`](./cache.md#cachehit) | If the cache was hit during this span. |
| [`cache.item_size`](./cache.md#cacheitem_size) | The size of the requested item in the cache. In bytes. |
| [`cache.key`](./cache.md#cachekey) | The key of the cache accessed. |
Expand Down Expand Up @@ -389,6 +393,8 @@ Total attributes: 422
| [`db.statement`](./db.md#dbstatement) | [`db.query.text`](./db.md#dbquerytext) |
| [`db.system`](./db.md#dbsystem) | [`db.system.name`](./db.md#dbsystemname) |
| [`environment`](./general.md#environment) | [`sentry.environment`](./sentry.md#sentryenvironment) |
| [`fcp`](./general.md#fcp) | [`browser.web_vital.fcp.value`](./browser.md#browserweb_vitalfcpvalue) |
| [`fp`](./general.md#fp) | [`browser.web_vital.fp.value`](./browser.md#browserweb_vitalfpvalue) |
| [`fs_error`](./general.md#fs_error) | [`error.type`](./error.md#errortype) |
| [`gen_ai.prompt`](./gen_ai.md#gen_aiprompt) | No replacement |
| [`gen_ai.request.available_tools`](./gen_ai.md#gen_airequestavailable_tools) | [`gen_ai.tool.definitions`](./gen_ai.md#gen_aitooldefinitions) |
Expand Down Expand Up @@ -436,5 +442,7 @@ Total attributes: 422
| [`sentry.browser.version`](./sentry.md#sentrybrowserversion) | [`browser.version`](./browser.md#browserversion) |
| [`sentry.segment_id`](./sentry.md#sentrysegment_id) | [`sentry.segment.id`](./sentry.md#sentrysegmentid) |
| [`transaction`](./general.md#transaction) | [`sentry.transaction`](./sentry.md#sentrytransaction) |
| [`ttfb`](./general.md#ttfb) | [`http.request.time_to_first_byte`](./http.md#httprequesttime_to_first_byte) |
| [`ttfb.requestTime`](./ttfb.md#ttfbrequesttime) | [`browser.web_vital.ttfb.request_time`](./browser.md#browserweb_vitalttfbrequest_time) |
| [`url`](./general.md#url) | [`url.full`](./url.md#urlfull) |

52 changes: 52 additions & 0 deletions generated/attributes/browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
- [browser.script.invoker_type](#browserscriptinvoker_type)
- [browser.script.source_char_position](#browserscriptsource_char_position)
- [browser.version](#browserversion)
- [browser.web_vital.fcp.value](#browserweb_vitalfcpvalue)
- [browser.web_vital.fp.value](#browserweb_vitalfpvalue)
- [browser.web_vital.ttfb.request_time](#browserweb_vitalttfbrequest_time)
- [browser.web_vital.ttfb.value](#browserweb_vitalttfbvalue)

## Stable Attributes

Expand Down Expand Up @@ -80,3 +84,51 @@ The version of the browser.
| Example | `120.0.6099.130` |
| Aliases | `sentry.browser.version` |

### browser.web_vital.fcp.value

The time it takes for the browser to render the first piece of meaningful content on the screen

| Property | Value |
| --- | --- |
| Type | `double` |
| Has PII | maybe |
| Exists in OpenTelemetry | No |
| Example | `547.6951` |
| Aliases | `fcp` |

### browser.web_vital.fp.value

The time in milliseconds it takes for the browser to render the first pixel on the screen

| Property | Value |
| --- | --- |
| Type | `double` |
| Has PII | maybe |
| Exists in OpenTelemetry | No |
| Example | `477.1926` |
| Aliases | `fp` |

### browser.web_vital.ttfb.request_time

The time it takes for the server to process the initial request and send the first byte of a response to the user's browser

| Property | Value |
| --- | --- |
| Type | `double` |
| Has PII | maybe |
| Exists in OpenTelemetry | No |
| Example | `1554.5814` |
| Aliases | `ttfb.requestTime` |

### browser.web_vital.ttfb.value

The value of the recorded Time To First Byte (TTFB) web vital in Milliseconds

| Property | Value |
| --- | --- |
| Type | `double` |
| Has PII | maybe |
| Exists in OpenTelemetry | No |
| Example | `194.3322` |
| Aliases | `ttfb` |

45 changes: 45 additions & 0 deletions generated/attributes/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@
- [type](#type)
- [Deprecated Attributes](#deprecated-attributes)
- [environment](#environment)
- [fcp](#fcp)
- [fp](#fp)
- [fs_error](#fs_error)
- [method](#method)
- [profile_id](#profile_id)
- [release](#release)
- [replay_id](#replay_id)
- [route](#route)
- [transaction](#transaction)
- [ttfb](#ttfb)
- [url](#url)

## Stable Attributes
Expand Down Expand Up @@ -105,6 +108,34 @@ The sentry environment.
| Deprecated | Yes, use `sentry.environment` instead |
| Aliases | `sentry.environment` |

### fcp

The time it takes for the browser to render the first piece of meaningful content on the screen

| Property | Value |
| --- | --- |
| Type | `double` |
| Has PII | maybe |
| Exists in OpenTelemetry | No |
| Example | `547.6951` |
| Deprecated | Yes, use `browser.web_vital.fcp.value` instead |
| Deprecation Reason | This attribute is being deprecated in favor of browser.web_vital.fcp.value |
| Aliases | `browser.web_vital.fcp.value` |

### fp

The time it takes for the browser to render the first pixel on the screen

| Property | Value |
| --- | --- |
| Type | `double` |
| Has PII | maybe |
| Exists in OpenTelemetry | No |
| Example | `477.1926` |
| Deprecated | Yes, use `browser.web_vital.fp.value` instead |
| Deprecation Reason | This attribute is being deprecated in favor of browser.web_vital.fp.value |
| Aliases | `browser.web_vital.fp.value` |

### fs_error

The error message of a file system error.
Expand Down Expand Up @@ -196,6 +227,20 @@ The sentry transaction (segment name).
| Deprecated | Yes, use `sentry.transaction` instead |
| Aliases | `sentry.transaction` |

### ttfb

The value of the recorded Time To First Byte (TTFB) web vital in Milliseconds

| Property | Value |
| --- | --- |
| Type | `double` |
| Has PII | maybe |
| Exists in OpenTelemetry | No |
| Example | `194` |
| Deprecated | Yes, use `http.request.time_to_first_byte` instead |
| Deprecation Reason | This attribute is being deprecated in favor of http.request.time_to_first_byte |
| Aliases | `browser.web_vital.ttfb.value` |

### url

The URL of the resource that was fetched.
Expand Down
1 change: 1 addition & 0 deletions generated/attributes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ This directory contains documentation for all available attributes.
- [`service` Attributes](./service.md)
- [`thread` Attributes](./thread.md)
- [`timber` Attributes](./timber.md)
- [`ttfb` Attributes](./ttfb.md)
- [`ui` Attributes](./ui.md)
- [`url` Attributes](./url.md)
- [`user` Attributes](./user.md)
Expand Down
Loading