Update sentry (#430)

This commit is contained in:
Luke Vella 2023-01-23 16:04:16 +00:00 committed by GitHub
parent 249376c43e
commit a4ca5f1676
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 210 additions and 239 deletions

View file

@ -53,13 +53,5 @@ export function middleware({ headers, cookies, nextUrl }: NextRequest) {
}
export const config = {
matcher: [
"/admin/:id*",
"/demo",
"/p/:id*",
"/profile",
"/new",
"/login",
"/polls",
],
matcher: ["/admin/:id*", "/demo", "/p/:id*", "/profile", "/new", "/login"],
};