Skip to content

Commit 73f2313

Browse files
committed
after successfully getting yarn and nvm and node setup locally I was able to add the sentry deps to the project
1 parent 39578fb commit 73f2313

File tree

2 files changed

+72
-77
lines changed

2 files changed

+72
-77
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
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",
2224
"axios": "^1.1.3",
2325
"bootstrap": "^5.2.3",
2426
"next": "12.3.1",

yarn.lock

Lines changed: 70 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -384,10 +384,10 @@
384384
resolved "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz"
385385
integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==
386386

387-
"@eslint/eslintrc@^2.0.0":
388-
version "2.0.0"
389-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.0.tgz#943309d8697c52fc82c076e90c1c74fbbe69dbff"
390-
integrity sha512-fluIaaV+GyV24CCu/ggiHdV+j4RNh85yQnAYS/G2mZODZgGmmlrgCydjUcV3YvxCm9x8nMAfThsqTni4KiXT4A==
387+
"@eslint/eslintrc@^1.3.3":
388+
version "1.4.1"
389+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.1.tgz#af58772019a2d271b7e2d4c23ff4ddcba3ccfb3e"
390+
integrity sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==
391391
dependencies:
392392
ajv "^6.12.4"
393393
debug "^4.3.2"
@@ -399,11 +399,6 @@
399399
minimatch "^3.1.2"
400400
strip-json-comments "^3.1.1"
401401

402-
403-
version "8.35.0"
404-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.35.0.tgz#b7569632b0b788a0ca0e438235154e45d42813a7"
405-
integrity sha512-JXdzbRiWclLVoD8sNUjR443VVlYqiYmDVT6rGUEIEHU5YJW0gaVZwV2xgM7D4arkvASqD0IlLUVjHiFuxaftRw==
406-
407402
"@fortawesome/[email protected]":
408403
version "6.3.0"
409404
resolved "https://registry.npmjs.org/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-6.3.0.tgz"
@@ -437,14 +432,14 @@
437432
dependencies:
438433
prop-types "^15.8.1"
439434

440-
"@humanwhocodes/config-array@^0.11.8":
441-
version "0.11.8"
442-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
443-
integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
435+
"@humanwhocodes/config-array@^0.10.5":
436+
version "0.10.7"
437+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.7.tgz#6d53769fd0c222767e6452e8ebda825c22e9f0dc"
438+
integrity sha512-MDl6D6sBsaV452/QSdX+4CXIjZhIcI0PELsxUjk4U828yd58vk3bTIvk/6w5FY+4hIy9sLW0sfrV7K7Kc++j/w==
444439
dependencies:
445440
"@humanwhocodes/object-schema" "^1.2.1"
446441
debug "^4.1.1"
447-
minimatch "^3.0.5"
442+
minimatch "^3.0.4"
448443

449444
"@humanwhocodes/module-importer@^1.0.1":
450445
version "1.0.1"
@@ -799,7 +794,7 @@
799794
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
800795
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
801796

802-
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
797+
"@nodelib/fs.walk@^1.2.3":
803798
version "1.2.8"
804799
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
805800
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
@@ -1043,67 +1038,67 @@
10431038
react-loader-spinner "^5.3.4"
10441039
storybook-addon-next-router "^4.0.1"
10451040

1046-
"@sentry/browser@7.41.0":
1047-
version "7.41.0"
1048-
resolved "https://registry.npmjs.org/@sentry/browser/-/browser-7.41.0.tgz"
1049-
integrity sha512-ZEtgTXPOHZ9/Qn42rr9ZAPTKCV6fAjyDC4FFWMGP4HoUqJqr2woRddP9O5n1jvjsoIPAFOmGzbCuZwFrPVVnpQ==
1041+
"@sentry/browser@7.42.0":
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==
10501045
dependencies:
1051-
"@sentry/core" "7.41.0"
1052-
"@sentry/replay" "7.41.0"
1053-
"@sentry/types" "7.41.0"
1054-
"@sentry/utils" "7.41.0"
1046+
"@sentry/core" "7.42.0"
1047+
"@sentry/replay" "7.42.0"
1048+
"@sentry/types" "7.42.0"
1049+
"@sentry/utils" "7.42.0"
10551050
tslib "^1.9.3"
10561051

1057-
"@sentry/core@7.41.0":
1058-
version "7.41.0"
1059-
resolved "https://registry.npmjs.org/@sentry/core/-/core-7.41.0.tgz"
1060-
integrity sha512-yT3wl3wMfPymstIZRWNjuov4xhieIEPD0z9MIW9VmoemqkD5BEZsgPuvGaVIyQVMyx61GsN4H4xd0JCyNqNvLg==
1052+
"@sentry/core@7.42.0":
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==
10611056
dependencies:
1062-
"@sentry/types" "7.41.0"
1063-
"@sentry/utils" "7.41.0"
1057+
"@sentry/types" "7.42.0"
1058+
"@sentry/utils" "7.42.0"
10641059
tslib "^1.9.3"
10651060

1066-
"@sentry/react@^7.41.0":
1067-
version "7.41.0"
1068-
resolved "https://registry.yarnpkg.com/@sentry/react/-/react-7.41.0.tgz#bde46a49ff7622357239b7fd86c372459fcbde97"
1069-
integrity sha512-Ajt71pa6Nj4h3hLi2LeS25miVqMv1Zt5NPX5QpSvlPxFRJiIYPOQRWRt0r1pMYR5wD+Y54hJDue+EcWS1H3AKA==
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==
10701065
dependencies:
1071-
"@sentry/browser" "7.41.0"
1072-
"@sentry/types" "7.41.0"
1073-
"@sentry/utils" "7.41.0"
1066+
"@sentry/browser" "7.42.0"
1067+
"@sentry/types" "7.42.0"
1068+
"@sentry/utils" "7.42.0"
10741069
hoist-non-react-statics "^3.3.2"
10751070
tslib "^1.9.3"
10761071

1077-
"@sentry/replay@7.41.0":
1078-
version "7.41.0"
1079-
resolved "https://registry.npmjs.org/@sentry/replay/-/replay-7.41.0.tgz"
1080-
integrity sha512-/vxuO17AysCoBbCl9wCwjsCFBD4lEbYgfC1GJm8ayWwPU1uhvZcEx6reUwi0rEFpWYGHSHh3+gi+QsOcY/EmnQ==
1072+
"@sentry/replay@7.42.0":
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==
10811076
dependencies:
1082-
"@sentry/core" "7.41.0"
1083-
"@sentry/types" "7.41.0"
1084-
"@sentry/utils" "7.41.0"
1077+
"@sentry/core" "7.42.0"
1078+
"@sentry/types" "7.42.0"
1079+
"@sentry/utils" "7.42.0"
10851080

1086-
"@sentry/tracing@^7.41.0":
1087-
version "7.41.0"
1088-
resolved "https://registry.yarnpkg.com/@sentry/tracing/-/tracing-7.41.0.tgz#28f57667a13b95cb8bce5af0809e7727b645e6b7"
1089-
integrity sha512-zh1ceuwQ8NzE5n8r4y78QrYD/alJl4qlkiEX9lAL6PnLMWJkVWM02BBu+x75yPFWSSDfDA/kZ9WqKkHNdjGpDw==
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==
10901085
dependencies:
1091-
"@sentry/core" "7.41.0"
1092-
"@sentry/types" "7.41.0"
1093-
"@sentry/utils" "7.41.0"
1086+
"@sentry/core" "7.42.0"
1087+
"@sentry/types" "7.42.0"
1088+
"@sentry/utils" "7.42.0"
10941089
tslib "^1.9.3"
10951090

1096-
"@sentry/types@7.41.0":
1097-
version "7.41.0"
1098-
resolved "https://registry.npmjs.org/@sentry/types/-/types-7.41.0.tgz"
1099-
integrity sha512-4z9VdObynwd64i0VHCqkeIAHmsFzapL21qN41Brzb7jY/eGxjn/0rxInDGH+vkoE9qacGqiYfWj4vRNPLsC/bw==
1091+
"@sentry/types@7.42.0":
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==
11001095

1101-
"@sentry/utils@7.41.0":
1102-
version "7.41.0"
1103-
resolved "https://registry.npmjs.org/@sentry/utils/-/utils-7.41.0.tgz"
1104-
integrity sha512-SL+MGitvkakbkrOTb48rDuJp9GYx/veB6EOzYygh49+zwz4DGM7dD4/rvf/mVlgmXUzPgdGDgkVmxgX3nT7I7g==
1096+
"@sentry/utils@7.42.0":
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==
11051100
dependencies:
1106-
"@sentry/types" "7.41.0"
1101+
"@sentry/types" "7.42.0"
11071102
tslib "^1.9.3"
11081103

11091104
"@sinclair/typebox@^0.25.16":
@@ -3152,16 +3147,14 @@ eslint-visitor-keys@^3.3.0:
31523147
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
31533148
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
31543149

3155-
eslint@^8.35.0:
3156-
version "8.35.0"
3157-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.35.0.tgz#fffad7c7e326bae606f0e8f436a6158566d42323"
3158-
integrity sha512-BxAf1fVL7w+JLRQhWl2pzGeSiGqbWumV4WNvc9Rhp6tiCtm4oHnyPBSEtMGZwrQgudFQ+otqzWoPB7x+hxoWsw==
3150+
eslint@8.25.0:
3151+
version "8.25.0"
3152+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b"
3153+
integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==
31593154
dependencies:
3160-
"@eslint/eslintrc" "^2.0.0"
3161-
"@eslint/js" "8.35.0"
3162-
"@humanwhocodes/config-array" "^0.11.8"
3155+
"@eslint/eslintrc" "^1.3.3"
3156+
"@humanwhocodes/config-array" "^0.10.5"
31633157
"@humanwhocodes/module-importer" "^1.0.1"
3164-
"@nodelib/fs.walk" "^1.2.8"
31653158
ajv "^6.10.0"
31663159
chalk "^4.0.0"
31673160
cross-spawn "^7.0.2"
@@ -3172,19 +3165,19 @@ eslint@^8.35.0:
31723165
eslint-utils "^3.0.0"
31733166
eslint-visitor-keys "^3.3.0"
31743167
espree "^9.4.0"
3175-
esquery "^1.4.2"
3168+
esquery "^1.4.0"
31763169
esutils "^2.0.2"
31773170
fast-deep-equal "^3.1.3"
31783171
file-entry-cache "^6.0.1"
31793172
find-up "^5.0.0"
3180-
glob-parent "^6.0.2"
3181-
globals "^13.19.0"
3173+
glob-parent "^6.0.1"
3174+
globals "^13.15.0"
3175+
globby "^11.1.0"
31823176
grapheme-splitter "^1.0.4"
31833177
ignore "^5.2.0"
31843178
import-fresh "^3.0.0"
31853179
imurmurhash "^0.1.4"
31863180
is-glob "^4.0.0"
3187-
is-path-inside "^3.0.3"
31883181
js-sdsl "^4.1.4"
31893182
js-yaml "^4.1.0"
31903183
json-stable-stringify-without-jsonify "^1.0.1"
@@ -3212,7 +3205,7 @@ esprima@^4.0.0, esprima@^4.0.1:
32123205
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
32133206
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
32143207

3215-
esquery@^1.4.2:
3208+
esquery@^1.4.0:
32163209
version "1.5.0"
32173210
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b"
32183211
integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
@@ -3690,7 +3683,7 @@ glob-parent@^5.1.2, glob-parent@~5.1.2:
36903683
dependencies:
36913684
is-glob "^4.0.1"
36923685

3693-
glob-parent@^6.0.2:
3686+
glob-parent@^6.0.1:
36943687
version "6.0.2"
36953688
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
36963689
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
@@ -3752,7 +3745,7 @@ globals@^11.1.0:
37523745
resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz"
37533746
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
37543747

3755-
globals@^13.19.0:
3748+
globals@^13.15.0, globals@^13.19.0:
37563749
version "13.20.0"
37573750
resolved "https://registry.yarnpkg.com/globals/-/globals-13.20.0.tgz#ea276a1e508ffd4f1612888f9d1bad1e2717bf82"
37583751
integrity sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==
@@ -4275,7 +4268,7 @@ is-obj@^2.0.0:
42754268
resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982"
42764269
integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==
42774270

4278-
is-path-inside@^3.0.2, is-path-inside@^3.0.3:
4271+
is-path-inside@^3.0.2:
42794272
version "3.0.3"
42804273
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
42814274
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
@@ -5319,7 +5312,7 @@ min-indent@^1.0.0:
53195312
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
53205313
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
53215314

5322-
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
5315+
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
53235316
version "3.1.2"
53245317
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
53255318
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -7489,4 +7482,4 @@ yup@^0.32.9:
74897482
lodash-es "^4.17.21"
74907483
nanoclone "^0.2.1"
74917484
property-expr "^2.0.4"
7492-
toposort "^2.0.2"
7485+
toposort "^2.0.2"

0 commit comments

Comments
 (0)