Skip to content

Commit ad23515

Browse files
author
Luca Forstner
authored
deps: Bump SDK to 9.0.0-alpha.0 (#12438)
1 parent 745d362 commit ad23515

File tree

5 files changed

+392
-416
lines changed

5 files changed

+392
-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;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@radix-ui/react-tooltip": "^1.1.4",
5454
"@radix-ui/themes": "^3.1.3",
5555
"@sentry-internal/global-search": "^1.1.0",
56-
"@sentry/nextjs": "8.36.0",
56+
"@sentry/nextjs": "9.0.0-alpha.0",
5757
"@types/mdx": "^2.0.9",
5858
"algoliasearch": "^4.23.3",
5959
"dompurify": "3.1.7",

src/instrumentation.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ export function register() {
2121
});
2222
}
2323
}
24+
25+
export const onRequestError = Sentry.captureRequestError;

0 commit comments

Comments
 (0)