Skip to content

Commit 72eecc2

Browse files
authored
docs(js): Update default attribute docs for metrics (#15573)
`browser.name` and `browser.version` are not gated by `sendDefaultPii`
1 parent cacddd7 commit 72eecc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

platform-includes/metrics/default-attributes/javascript.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ The SDK will optionally attach user information as attributes (guarded by [`send
1616

1717
### Browser Attributes
1818

19-
The SDK will optionally attach browser information as attributes:
19+
The SDK will attach browser information as attributes:
2020

21-
1. `browser.name` (added during ingestion, guarded by [`sendDefaultPii`](/platforms/javascript/configuration/options/#sendDefaultPii))
22-
2. `browser.version` (added during ingestion, guarded by [`sendDefaultPii`](/platforms/javascript/configuration/options/#sendDefaultPii))
21+
1. `browser.name` (added during ingestion)
22+
2. `browser.version` (added during ingestion)
2323
3. `sentry.replay_id`: The replay id of the replay that was active when the metric was collected. (added during ingestion by Relay)

0 commit comments

Comments
 (0)