Skip to content

Commit c9e8fa9

Browse files
committed
meta: CHANGELOG for 7.104.0
1 parent 763eb1f commit c9e8fa9

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@
44

55
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
66

7+
## 7.104.0
8+
9+
### Important Changes
10+
11+
- **feat(performance): create Interaction standalone spans on inp events (#10709)**
12+
13+
This release adds support for the INP web vital. This is currently only supported for Saas Sentry, and product support is released with
14+
the upcoming `24.3.0` release of self-hosted.
15+
16+
To opt-in to this feature, you can use the `enableInp` option in the `browserTracingIntegration`:
17+
18+
```js
19+
Sentry.init({
20+
integrations: [
21+
Sentry.browserTracingIntegration({
22+
enableInp: true,
23+
});
24+
]
25+
})
26+
```
27+
28+
### Other Changes
29+
30+
- feat(profiling-node): Expose `nodeProfilingIntegration` (#10864)
31+
- fix(profiling-node): Fix dependencies to point to current versions (#10861)
32+
733
## 7.103.0
834

935
### Important Changes

0 commit comments

Comments
 (0)