Skip to content

Commit be8525a

Browse files
committed
remove @sentry/react and @sentry/tracing
1 parent 3a7b0a8 commit be8525a

File tree

2 files changed

+2
-67
lines changed

2 files changed

+2
-67
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
"@rjsf/utils": "^5.0.0-beta.17",
2020
"@rjsf/validator-ajv8": "^5.0.1",
2121
"@scientist-softserv/webstore-component-library": "^0.1.15",
22-
"@sentry/react": "^7.42.0",
23-
"@sentry/tracing": "^7.42.0",
2422
"axios": "^1.1.3",
2523
"bootstrap": "^5.2.3",
2624
"next": "12.3.1",

yarn.lock

Lines changed: 2 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,69 +1038,6 @@
10381038
react-loader-spinner "^5.3.4"
10391039
storybook-addon-next-router "^4.0.1"
10401040

1041-
1042-
version "7.42.0"
1043-
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-7.42.0.tgz#357731e5ab65a226c98370f9e487fe48cadab765"
1044-
integrity sha512-xTwfvrQPmYTkAvGivoJFadPLKLDS2N57D/18NA1gcrnF8NwR+I28x3I9ziVUiMCYX+6nJuqBNlMALAEPbb2G5A==
1045-
dependencies:
1046-
"@sentry/core" "7.42.0"
1047-
"@sentry/replay" "7.42.0"
1048-
"@sentry/types" "7.42.0"
1049-
"@sentry/utils" "7.42.0"
1050-
tslib "^1.9.3"
1051-
1052-
1053-
version "7.42.0"
1054-
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.42.0.tgz#3333a1b868e8e69b6fbc8e5a9e9281be49321ac7"
1055-
integrity sha512-vNcTyoQz5kUXo5vMGDyc5BJMO0UugPvMfYMQVxqt/BuDNR30LVhY+DL2tW1DFZDvRvyn5At+H7kSTj6GFrANXQ==
1056-
dependencies:
1057-
"@sentry/types" "7.42.0"
1058-
"@sentry/utils" "7.42.0"
1059-
tslib "^1.9.3"
1060-
1061-
"@sentry/react@^7.42.0":
1062-
version "7.42.0"
1063-
resolved "https://registry.yarnpkg.com/@sentry/react/-/react-7.42.0.tgz#7662faef398032f253fe5b174860e1ec5f76ddd5"
1064-
integrity sha512-DOGK+vuSZq5lTiqVU6wVay0AUMjtSPZu25gzLIXntfoqw36CLUswP7ew61+Tas6tpXDdf4lR3uxJRwySiQLopw==
1065-
dependencies:
1066-
"@sentry/browser" "7.42.0"
1067-
"@sentry/types" "7.42.0"
1068-
"@sentry/utils" "7.42.0"
1069-
hoist-non-react-statics "^3.3.2"
1070-
tslib "^1.9.3"
1071-
1072-
1073-
version "7.42.0"
1074-
resolved "https://registry.yarnpkg.com/@sentry/replay/-/replay-7.42.0.tgz#03be2bdab35e0f2d4e415a770c23d50dba8d73b5"
1075-
integrity sha512-81HQm20hrW0+0eZ5sZf8KsSekkAlI0/u/M+9ZmOn2bHpGihqAM/O/lrXhTzaRXdpX/9NSwSCGY9k7LIRNMKaEQ==
1076-
dependencies:
1077-
"@sentry/core" "7.42.0"
1078-
"@sentry/types" "7.42.0"
1079-
"@sentry/utils" "7.42.0"
1080-
1081-
"@sentry/tracing@^7.42.0":
1082-
version "7.42.0"
1083-
resolved "https://registry.yarnpkg.com/@sentry/tracing/-/tracing-7.42.0.tgz#bcdac21e1cb5f786465e6252625bd4bf0736e631"
1084-
integrity sha512-0veGu3Ntweuj1pwWrJIFHmVdow4yufCreGIhsNDyrclwOjaTY3uI8iA6N62+hhtxOvqv+xueB98K1DvT5liPCQ==
1085-
dependencies:
1086-
"@sentry/core" "7.42.0"
1087-
"@sentry/types" "7.42.0"
1088-
"@sentry/utils" "7.42.0"
1089-
tslib "^1.9.3"
1090-
1091-
1092-
version "7.42.0"
1093-
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.42.0.tgz#e5019cd41a8c4a98c296e2ff28d6adab4b2eb14e"
1094-
integrity sha512-Ga0xaBIR/peuXQ88hI9a5TNY3GLNoH8jpsgPaAjAtRHkLsTx0y3AR+PrD7pUysza9QjvG+Qux01DRvLgaNKOHA==
1095-
1096-
1097-
version "7.42.0"
1098-
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.42.0.tgz#fcffd0404836cb56975fbef9e889a42cc55de596"
1099-
integrity sha512-cBiDZVipC+is+IVgsTQLJyZWUZQxlLZ9GarNT+XZOZ5BFh0acFtz88hO6+S7vGmhcx2aCvsdC9yb2Yf+BphK6Q==
1100-
dependencies:
1101-
"@sentry/types" "7.42.0"
1102-
tslib "^1.9.3"
1103-
11041041
"@sinclair/typebox@^0.25.16":
11051042
version "0.25.24"
11061043
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.24.tgz#8c7688559979f7079aacaf31aa881c3aa410b718"
@@ -3884,7 +3821,7 @@ has@^1.0.3:
38843821
dependencies:
38853822
function-bind "^1.1.1"
38863823

3887-
hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.2:
3824+
hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.3.0:
38883825
version "3.3.2"
38893826
resolved "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz"
38903827
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
@@ -6945,7 +6882,7 @@ [email protected]:
69456882
resolved "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz"
69466883
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
69476884

6948-
tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.3:
6885+
tslib@^1.10.0, tslib@^1.8.1:
69496886
version "1.14.1"
69506887
resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz"
69516888
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

0 commit comments

Comments
 (0)