Skip to content

Commit 0306953

Browse files
author
Luca Forstner
committed
deps: Bump SDK to 9.0.0-alpha.0
1 parent 336d86a commit 0306953

File tree

6 files changed

+7747
-416
lines changed

6 files changed

+7747
-416
lines changed

apps/changelog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@radix-ui/react-icons": "^1.3.2",
2525
"@radix-ui/react-toolbar": "^1.1.0",
2626
"@radix-ui/themes": "^3.1.3",
27-
"@sentry/nextjs": "8.36.0",
27+
"@sentry/nextjs": "9.0.0-alpha.0",
2828
"@spotlightjs/spotlight": "^2.1.1",
2929
"next": "15.1.2",
3030
"next-auth": "^4.24.5",

apps/changelog/src/instrumentation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ export async function register() {
1010
}
1111
}
1212

13-
export const onRequestError = Sentry.experimental_captureRequestError;
13+
export const onRequestError = Sentry.captureRequestError;

0 commit comments

Comments
 (0)