Commit 3e9fbeb
feat(browser)!: Extract interaction spans into new
## What
This extracts interaction spans into a new opt-in (standalone)
`interactionsIntegration`.
```js
// before
Sentry.browserTracingIntegration({ _experiments: { enableInteractions: true } });
// after
[Sentry.browserTracingIntegration(), Sentry.interactionsIntegration()];
```
## Why
Interaction idle spans have been experimental since v7. We don't expect
to promote them to stable, but they still cost bundle size for every
user of `browserTracingIntegration`.
closes #22353
---------
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>interactionsIntegration (#23295)1 parent 84236dd commit 3e9fbeb
40 files changed
Lines changed: 639 additions & 396 deletions
File tree
- dev-packages
- browser-integration-tests
- suites/tracing
- browserTracingIntegration
- interactions-streamed
- interactions
- linked-traces-streamed/interaction-spans
- linked-traces/interaction-spans
- spotlight-interaction-filter-streamed
- spotlight-interaction-filter
- interactions
- disabled
- spans
- utils
- e2e-tests/test-applications
- effect-3-browser/src
- effect-4-browser/src
- docs/migration
- packages
- browser-utils
- src
- performance
- test/performance
- browser
- src
- integrations
- tracing
- utils
Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 0 additions & 132 deletions
This file was deleted.
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
12 | 10 | | |
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | | - | |
| 10 | + | |
10 | 11 | | |
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 11 | | |
| 12 | + | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 12 | | |
| 13 | + | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 10 | | |
0 commit comments