Added Sentry to frontend

This commit is contained in:
2022-10-19 15:24:56 +02:00
parent a627addad5
commit 3fbe04896e
8 changed files with 617 additions and 31 deletions

View File

@ -21,6 +21,7 @@
"@hookform/resolvers": "^2.9.8",
"@ory/client": "0.0.1-alpha.169",
"@ory/integrations": "0.2.5",
"@sentry/nextjs": "^7.16.0",
"axios": "^1.1.2",
"clsx": "^1.2.1",
"next": "12.1.5",
@ -32,6 +33,7 @@
"zustand": "^4.1.2"
},
"devDependencies": {
"@sentry/cli": "^2.7.0",
"@trivago/prettier-plugin-sort-imports": "^2.0.2",
"@types/node": "16.11.6",
"@types/react": "17.0.33",