Skip to content

Commit

Permalink
Fixed alternative route created by Sentry being blocked for error rep…
Browse files Browse the repository at this point in the history
…orting
  • Loading branch information
FlorianLeChat committed Jul 28, 2024
1 parent 905b874 commit 8624f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export default async function middleware( request: NextRequest )
export const config = {
matcher: [
"/",
"/((?!api/admin|api/user|api/version|api/versions|api/file|api/public|api/files|assets|locales|_next|_vercel|sitemap.xml|manifest.webmanifest).*)"
"/((?!api/admin|api/user|api/version|api/versions|api/file|api/public|api/files|monitoring|assets|locales|_next|_vercel|sitemap.xml|manifest.webmanifest).*)"
]
};

Expand Down

0 comments on commit 8624f19

Please sign in to comment.