Skip to content

Commit

Permalink
ignore monitoring from middleware (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfrancisco authored Sep 11, 2024
1 parent 896307a commit 4240760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ export async function middleware(request: NextRequest) {

export const config = {
matcher: [
'/((?!_next/static|_next/image|favicon.ico|api/|.*\\.(?:svg|png|jpg|jpeg|gif|webp)$).*)',
'/((?!_next/static|_next/image|favicon.ico|api/|monitoring/|.*\\.(?:svg|png|jpg|jpeg|gif|webp)$).*)',
],
};

0 comments on commit 4240760

Please sign in to comment.