Skip to content

Commit d6bd49c

Browse files
committed
feat: Upgrade @sentry core SKDs to 7.18.0
1 parent 9c77ed5 commit d6bd49c

File tree

2 files changed

+86
-78
lines changed

2 files changed

+86
-78
lines changed

client/package-lock.json

Lines changed: 79 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"private": true,
33
"dependencies": {
4-
"@sentry/browser": "^7.7.0",
5-
"@sentry/react": "^7.7.0",
4+
"@sentry/browser": "^7.18.0",
5+
"@sentry/core": "^7.18.0",
6+
"@sentry/hub": "^7.18.0",
7+
"@sentry/react": "^7.18.0",
68
"@sentry/replay": "^0.6.13-0",
7-
"@sentry/tracing": "^7.7.0",
9+
"@sentry/tracing": "^7.18.0",
10+
"@sentry/types": "^7.18.0",
11+
"@sentry/utils": "^7.18.0",
812
"jest-environment-jsdom-sixteen": "^2.0.0",
913
"prop-types": "^15.5.10",
1014
"react": "^15.6.1",

0 commit comments

Comments
 (0)