Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Sentry npm packages to v8 (major) #4817

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
2 changes: 1 addition & 1 deletion apps/hash-ai-worker-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@local/hash-isomorphic-utils": "0.0.0-private",
"@local/hash-subgraph": "0.0.0-private",
"@local/status": "0.0.0-private",
"@sentry/node": "7.118.0",
"@sentry/node": "8.23.0",
"@temporalio/activity": "1.10.1",
"@temporalio/common": "1.10.1",
"@temporalio/worker": "1.10.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/hash-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@ory/hydra-client": "2.2.0-rc.3",
"@ory/kratos-client": "1.0.0",
"@rudderstack/rudder-sdk-node": "2.0.3",
"@sentry/node": "7.118.0",
"@sentry/node": "8.23.0",
"@snowplow/node-tracker": "3.3.1",
"@temporalio/client": "1.10.1",
"@temporalio/proto": "1.10.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/hash-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"@ory/client": "1.1.41",
"@ory/integrations": "1.1.4",
"@popperjs/core": "2.11.8",
"@sentry/nextjs": "7.118.0",
"@sentry/react": "7.118.0",
"@sentry/nextjs": "8.23.0",
"@sentry/react": "8.23.0",
"@svgr/webpack": "8.1.0",
"@tldraw/editor": "2.0.0-alpha.12",
"@tldraw/primitives": "2.0.0-alpha.12",
Expand Down
2 changes: 1 addition & 1 deletion apps/hash-integration-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@local/hash-graph-sdk": "0.0.0-private",
"@local/hash-isomorphic-utils": "0.0.0-private",
"@local/hash-subgraph": "0.0.0-private",
"@sentry/node": "7.118.0",
"@sentry/node": "8.23.0",
"@temporalio/activity": "1.10.1",
"@temporalio/worker": "1.10.1",
"@temporalio/workflow": "1.10.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/plugin-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@local/hash-isomorphic-utils": "0.0.0-private",
"@local/hash-subgraph": "0.0.0-private",
"@mui/material": "5.14.11",
"@sentry/browser": "7.118.0",
"@sentry/browser": "8.23.0",
"bowser": "2.11.0",
"date-fns": "2.28.0",
"fractional-indexing": "2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/@local/hash-backend-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@local/internal-api-client": "0.0.0-private",
"@local/status": "0.0.0-private",
"@opensearch-project/opensearch": "2.1.0",
"@sentry/node": "7.118.0",
"@sentry/node": "8.23.0",
"@temporalio/activity": "1.10.1",
"@temporalio/client": "1.10.1",
"@temporalio/proto": "1.10.1",
Expand Down
2 changes: 1 addition & 1 deletion libs/@local/hash-isomorphic-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@local/hash-graph-sdk": "0.0.0-private",
"@local/hash-graph-types": "0.0.0-private",
"@local/hash-subgraph": "0.0.0-private",
"@sentry/browser": "7.118.0",
"@sentry/browser": "8.23.0",
"@sindresorhus/slugify": "1.1.2",
"apollo-server-express": "3.9.0",
"fractional-indexing": "2.1.0",
Expand Down
610 changes: 408 additions & 202 deletions yarn.lock

Large diffs are not rendered by default.

Loading