Commit 7798c03
authored
deps(js): Upgrade sentry js sdk deps to
AI Summary going from `10.23.0` -> `10.27.0`.
## Critical Breaking/Deprecation Changes
### 1. **Metrics Now Enabled by Default** (10.24.0)
- Metrics are now **enabled by default** (previously experimental)
- `enableMetrics` and `beforeSendMetric` moved out of `_experiments` to
top-level config
- You can disable with `enableMetrics: false` if needed
- Old `_experiments` metric options are deprecated
### 2. **Browser Profiling Changes** (10.27.0)
- **Transaction-based profiling with `profilesSampleRate` is now
deprecated**
- New **UI Profiling** with `profileSessionSampleRate` is the
recommended approach
- New `manual` lifecycle mode (default) allows manual control:
```javascript
Sentry.uiProfiler.startProfiler()
Sentry.uiProfiler.stopProfiler()
```
## Important Fixes
### 3. **Web Vitals Updated** (10.26.0)
- `web-vitals` bumped to 5.1.0
- May include updated metrics and thresholds for Core Web Vitals
### 4. **Spotlight in Development Bundles** (10.25.0)
- Spotlight debugging tool now included in development bundles
- Helpful for local debugging during development10.27.0 (#104110)1 parent d79f21c commit 7798c03
File tree
3 files changed
+332
-385
lines changed- static/app/bootstrap
3 files changed
+332
-385
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
73 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
0 commit comments