Skip to content

Commit 00cbd95

Browse files
authored
feat(sdk): Bump Sentry SDKs to 10.5.0 (#97753)
1 parent 2e1a0fc commit 00cbd95

File tree

3 files changed

+74
-69
lines changed

3 files changed

+74
-69
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
"@sentry-internal/rrweb": "2.34.0",
6767
"@sentry-internal/rrweb-player": "2.34.0",
6868
"@sentry-internal/rrweb-snapshot": "2.34.0",
69-
"@sentry/core": "10.2.0",
70-
"@sentry/node": "10.2.0",
71-
"@sentry/react": "10.2.0",
69+
"@sentry/core": "10.5.0",
70+
"@sentry/node": "10.5.0",
71+
"@sentry/react": "10.5.0",
7272
"@sentry/release-parser": "^1.3.1",
7373
"@sentry/status-page-list": "^0.6.1",
7474
"@sentry/toolbar": "1.0.0-beta.16",

pnpm-lock.yaml

Lines changed: 70 additions & 66 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
@@ -191,6 +191,7 @@ export function initializeSdk(config: Config) {
191191
return event;
192192
},
193193
enableLogs: true,
194+
sendDefaultPii: true,
194195
});
195196

196197
// Track timeOrigin Selection by the SDK to see if it improves transaction durations

0 commit comments

Comments
 (0)