Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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