mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user