Skip to content

Commit

Permalink
feat: upgrade sentry
Browse files Browse the repository at this point in the history
Upgrade to v 7.74.0.
Expect a bundle size increase that was advertised in 7.73.0.
Remove sentry tracing since it was deprecated and it is not necessary anymore
  • Loading branch information
federicobadini committed Oct 19, 2023
1 parent b6ae6d1 commit a4b6234
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 190 deletions.
3 changes: 1 addition & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
"@ifixit/shopify-storefront-client": "workspace:*",
"@ifixit/tracking-hooks": "workspace:*",
"@ifixit/ui": "workspace:*",
"@sentry/nextjs": "7.60.1",
"@sentry/tracing": "7.53.1",
"@sentry/nextjs": "7.74.0",
"@tanstack/react-query": "4.14.5",
"@vercel/analytics": "1.0.1",
"algoliasearch": "4.13.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"dependencies": {
"@ifixit/helpers": "workspace:*",
"@sentry/nextjs": "^7.53.1"
"@sentry/nextjs": "7.74.0"
},
"peerDependencies": {
"next": "*",
Expand Down
254 changes: 67 additions & 187 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a4b6234

Please sign in to comment.