Skip to content

Commit

Permalink
chore: migrate sentry to v8. Use instrumentation hook to work with ne…
Browse files Browse the repository at this point in the history
…w versions
  • Loading branch information
fredrikmonsen committed Sep 27, 2024
1 parent 8f78bb6 commit c162cca
Show file tree
Hide file tree
Showing 6 changed files with 1,863 additions and 367 deletions.
3 changes: 3 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import {withSentryConfig} from "@sentry/nextjs";
const nextConfig = {
output: "standalone",
basePath: process.env.NEXT_PUBLIC_BASE_PATH,
experimental: {
instrumentationHook: true
},
async rewrites() {
return [
{
Expand Down
Loading

0 comments on commit c162cca

Please sign in to comment.