Bump to latest sentry; preload etc (#7617)

New node sentry prefers some node.js "preload" nonsense. I use this
"hack" to avoid having to make a lock-step change to the runner: tested
locally and then deployed to staging and tested there with both
server-side and client-side errors.
This commit is contained in:
Matt Godbolt
2025-04-26 13:36:11 -05:00
committed by GitHub
parent cf7ef2aa3b
commit 04bcf21900
6 changed files with 882 additions and 242 deletions

View File

@@ -28,8 +28,8 @@
"@fortawesome/fontawesome-free": "^6.7.2",
"@orchidjs/sifter": "^1.1.0",
"@popperjs/core": "^2.11.8",
"@sentry/browser": "^7.120.3",
"@sentry/node": "^7.120.3",
"@sentry/browser": "^9.14.0",
"@sentry/node": "^9.14.0",
"@types/semver": "^7.7.0",
"big-integer": "^1.6.52",
"bootstrap": "^5.3.5",
@@ -85,7 +85,7 @@
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@sentry/types": "^8.55.0",
"@sentry/types": "^9.14.0",
"@smithy/util-stream": "^4.2.0",
"@types/bootstrap": "^5.2.10",
"@types/chai": "^5.2.1",