The name of the browser.
| Property | Value |
|---|---|
| Type | string |
| Has PII | maybe |
| Exists in OpenTelemetry | No |
| Example | Chrome |
| Aliases | sentry.browser.name |
A browser report sent via reporting API..
| Property | Value |
|---|---|
| Type | string |
| Has PII | maybe |
| Exists in OpenTelemetry | No |
| Example | network-error |
How a script was called in the browser.
| Property | Value |
|---|---|
| Type | string |
| Has PII | maybe |
| Exists in OpenTelemetry | No |
| Example | Window.requestAnimationFrame |
Browser script entry point type.
| Property | Value |
|---|---|
| Type | string |
| Has PII | maybe |
| Exists in OpenTelemetry | No |
| Example | event-listener |
A number representing the script character position of the script.
| Property | Value |
|---|---|
| Type | integer |
| Has PII | maybe |
| Exists in OpenTelemetry | No |
| Example | 678 |
The version of the browser.
| Property | Value |
|---|---|
| Type | string |
| Has PII | maybe |
| Exists in OpenTelemetry | No |
| Example | 120.0.6099.130 |
| Aliases | sentry.browser.version |
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 |
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 |
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 |
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 |