Added Sentry dependency

feat/add-sentry
Keith Williams 2023-10-30 16:35:01 -03:00
parent 33bceb04f6
commit 73278c8696
3 changed files with 213 additions and 4104 deletions

View File

@ -29,7 +29,7 @@
"@calcom/lib": "*", "@calcom/lib": "*",
"@calcom/prisma": "*", "@calcom/prisma": "*",
"@calcom/trpc": "*", "@calcom/trpc": "*",
"@sentry/nextjs": "^7.20.0", "@sentry/nextjs": "^7.73.0",
"bcryptjs": "^2.4.3", "bcryptjs": "^2.4.3",
"memory-cache": "^0.2.0", "memory-cache": "^0.2.0",
"next": "^13.4.6", "next": "^13.4.6",

View File

@ -57,6 +57,7 @@
"@radix-ui/react-switch": "^1.0.0", "@radix-ui/react-switch": "^1.0.0",
"@radix-ui/react-toggle-group": "^1.0.0", "@radix-ui/react-toggle-group": "^1.0.0",
"@radix-ui/react-tooltip": "^1.0.0", "@radix-ui/react-tooltip": "^1.0.0",
"@sentry/nextjs": "^7.73.0",
"@stripe/react-stripe-js": "^1.10.0", "@stripe/react-stripe-js": "^1.10.0",
"@stripe/stripe-js": "^1.35.0", "@stripe/stripe-js": "^1.35.0",
"@tanstack/react-query": "^4.3.9", "@tanstack/react-query": "^4.3.9",

4314
yarn.lock

File diff suppressed because it is too large Load Diff