Skip to content

Commit ea7e5c1

Browse files
chore(performance): bump sentry js sdk to 9.35.0 and enable experimental standalone lcp flag (#94964)
bump sentry js sdk to 9.35.0 and enable experimental standalone lcp flag
1 parent 2e5e61e commit ea7e5c1

File tree

3 files changed

+74
-73
lines changed

3 files changed

+74
-73
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
"@sentry-internal/rrweb": "2.34.0",
6868
"@sentry-internal/rrweb-player": "2.34.0",
6969
"@sentry-internal/rrweb-snapshot": "2.34.0",
70-
"@sentry/core": "9.30.0",
71-
"@sentry/node": "9.30.0",
72-
"@sentry/react": "9.30.0",
70+
"@sentry/core": "9.35.0",
71+
"@sentry/node": "9.35.0",
72+
"@sentry/react": "9.35.0",
7373
"@sentry/release-parser": "^1.3.1",
7474
"@sentry/status-page-list": "^0.6.1",
7575
"@sentry/toolbar": "1.0.0-beta.16",
@@ -180,7 +180,7 @@
180180
"@eslint/js": "^9.22.0",
181181
"@sentry-internal/rrweb-types": "2.34.0",
182182
"@sentry/jest-environment": "6.0.0",
183-
"@sentry/profiling-node": "9.30.0",
183+
"@sentry/profiling-node": "9.35.0",
184184
"@styled/typescript-styled-plugin": "^1.0.1",
185185
"@tanstack/eslint-plugin-query": "^5.66.1",
186186
"@testing-library/dom": "10.4.0",

pnpm-lock.yaml

Lines changed: 69 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/app/bootstrap/initializeSdk.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ function getSentryIntegrations() {
6666
matchRoutes,
6767
_experiments: {
6868
enableStandaloneClsSpans: true,
69+
enableStandaloneLcpSpans: true,
6970
},
7071
linkPreviousTrace: 'session-storage',
7172
}),

0 commit comments

Comments
 (0)