File tree Expand file tree Collapse file tree 5 files changed +392
-416
lines changed Expand file tree Collapse file tree 5 files changed +392
-416
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -21,3 +21,5 @@ export function register() {
2121 } ) ;
2222 }
2323}
24+
25+ export const onRequestError = Sentry . captureRequestError ;
You can’t perform that action at this time.
0 commit comments