Skip to content

Commit

Permalink
deps: Bump SDK to 9.0.0-alpha.0 (#12438)
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst authored Jan 23, 2025
1 parent 745d362 commit ad23515
Show file tree
Hide file tree
Showing 5 changed files with 392 additions and 416 deletions.
2 changes: 1 addition & 1 deletion apps/changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-toolbar": "^1.1.0",
"@radix-ui/themes": "^3.1.3",
"@sentry/nextjs": "8.36.0",
"@sentry/nextjs": "9.0.0-alpha.0",
"@spotlightjs/spotlight": "^2.1.1",
"next": "15.1.2",
"next-auth": "^4.24.5",
Expand Down
2 changes: 1 addition & 1 deletion apps/changelog/src/instrumentation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export async function register() {
}
}

export const onRequestError = Sentry.experimental_captureRequestError;
export const onRequestError = Sentry.captureRequestError;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@radix-ui/react-tooltip": "^1.1.4",
"@radix-ui/themes": "^3.1.3",
"@sentry-internal/global-search": "^1.1.0",
"@sentry/nextjs": "8.36.0",
"@sentry/nextjs": "9.0.0-alpha.0",
"@types/mdx": "^2.0.9",
"algoliasearch": "^4.23.3",
"dompurify": "3.1.7",
Expand Down
2 changes: 2 additions & 0 deletions src/instrumentation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ export function register() {
});
}
}

export const onRequestError = Sentry.captureRequestError;
Loading

0 comments on commit ad23515

Please sign in to comment.