Skip to content

Commit 7798c03

Browse files
authored
deps(js): Upgrade sentry js sdk deps to 10.27.0 (#104110)
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 development
1 parent d79f21c commit 7798c03

File tree

3 files changed

+332
-385
lines changed

3 files changed

+332
-385
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@
6868
"@sentry-internal/rrweb": "2.40.0",
6969
"@sentry-internal/rrweb-player": "2.40.0",
7070
"@sentry-internal/rrweb-snapshot": "2.40.0",
71-
"@sentry/core": "10.23.0",
72-
"@sentry/node": "10.23.0",
73-
"@sentry/react": "10.23.0",
71+
"@sentry/core": "10.27.0",
72+
"@sentry/node": "10.27.0",
73+
"@sentry/react": "10.27.0",
7474
"@sentry/release-parser": "^1.3.1",
7575
"@sentry/status-page-list": "^0.6.1",
7676
"@sentry/toolbar": "1.0.0-beta.16",
77-
"@sentry/webpack-plugin": "4.4.0",
77+
"@sentry/webpack-plugin": "4.6.1",
7878
"@stripe/react-stripe-js": "^3.9.2",
7979
"@stripe/stripe-js": "^5.10.0",
8080
"@swc/plugin-emotion": "11.0.3",
@@ -190,7 +190,7 @@
190190
"@prettier/plugin-oxc": "0.0.4",
191191
"@sentry-internal/rrweb-types": "2.40.0",
192192
"@sentry/jest-environment": "6.1.0",
193-
"@sentry/profiling-node": "10.23.0",
193+
"@sentry/profiling-node": "10.27.0",
194194
"@styled/typescript-styled-plugin": "^1.0.1",
195195
"@tanstack/eslint-plugin-query": "5.83.1",
196196
"@testing-library/dom": "10.4.0",

0 commit comments

Comments
 (0)