File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments