Skip to content

Commit

Permalink
chore(deps): Bump sentry
Browse files Browse the repository at this point in the history
This should fix an issue with undici

```
TypeError: request.headers.split is not a function
    at setHeadersOnRequest (/usr/src/app/node_modules/@sentry/node/cjs/integrations/undici/index.js:248:39)
    at _onRequestCreate (/usr/src/app/node_modules/@sentry/node/cjs/integrations/undici/index.js:158:9)
    at Channel.publish (node:diagnostics_channel:143:9)
    at new Request (node:internal/deps/undici/undici:6295:27)
    at [dispatch] (node:internal/deps/undici/undici:9077:25)
    at Intercept (node:internal/deps/undici/undici:8812:20)
    at [Intercepted Dispatch] (node:internal/deps/undici/undici:5673:16)
    at Client.dispatch (node:internal/deps/undici/undici:5689:44)
    at [dispatch] (node:internal/deps/undici/undici:5920:32)
    at [Intercepted Dispatch] (node:internal/deps/undici/undici:5666:33)
```

See getsentry/sentry-javascript#10936
  • Loading branch information
evanpurkhiser committed May 9, 2024
1 parent 2946ecd commit fa4db27
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 452 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"README"
],
"dependencies": {
"@sentry/node": "7.91.0",
"@sentry/profiling-node": "1.3.2",
"@sentry/node": "7.114.0",
"@sentry/profiling-node": "7.114.0",
"canvas": "^2.11.2",
"dotenv": "^8.2.0",
"echarts": "5.4.0",
Expand Down
Loading

0 comments on commit fa4db27

Please sign in to comment.