Skip to content

Commit da6d6e4

Browse files
authored
Merge branch 'master' into feat/spring-boot-4-docs
2 parents 0cebcd4 + 51d13fc commit da6d6e4

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/labels.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,12 @@
233233
description: telemetry experience team
234234
- name: 'Team: Visibility'
235235
color: 8D5494
236-
- name: 'Team: Web Frontend'
236+
- name: 'Team: JavaScript SDKs'
237237
color: 8D5494
238-
description: team-web-sdk-frontend
239-
- name: 'Team: Web Frontend SDKs'
240-
color: 8D5494
241-
description: team-web-sdk-frontend
238+
description: team-javascript-sdks
239+
aliases:
240+
- 'Team: Web Frontend'
241+
- 'Team: Web Frontend SDKs'
242242
- name: 'Team: Web SDK Backend'
243243
color: 8D5494
244244
description: team-web-sdk-backend

.github/workflows/issue-sdk-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
"label": "Platform: CLI"
9191
},
9292
"All.JavaScript.SDKs": {
93-
"label": "Team: Web Frontend SDKs"
93+
"label": "Team: JavaScript SDKs"
9494
},
9595
"All.Backend.SDKs": {
9696
"label": "Team: Web Backend SDKs"
-29.6 KB
Loading

docs/concepts/key-terms/tracing/trace-view.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ By default, the waterfall view shows a list of transactions. If you need more gr
5757

5858
As users interact with an application, they generate multiple traces. For example, when a user loads a page in their browser and then navigates to another page, this creates two separate traces: one for the initial pageload and another for the subsequent navigation. By default, Sentry will link the traces together.
5959

60-
If linked traces are available, you will see "Previous" or "Next" buttons below the waterfall view. These buttons allow you to navigate between traces that occurred before or after the current one.
60+
If linked traces are available, you will see "Previous" or "Next" buttons next to the search bar and "Open in Explore" button, near the top of the trace view. These buttons allow you to navigate between traces that occurred before or after the current one.
6161

6262
![Previous and next trace links](./img/trace-view-links.png)
6363

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)