Skip to content

Commit 1483f8e

Browse files
committed
fix: TypeError: request.headers.split is not a function
undici version was bumped yesterday but the sentry lib version 7.105 doesn't support it. Bumping sentry to 7.106 where the issue was fixed. https://github.com/getsentry/sentry-javascript/releases/tag/7.106.0 getsentry/sentry-javascript#10938
1 parent 15191ef commit 1483f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@datadog/datadog-api-client": "^1.16.0",
2222
"@hapi/boom": "^10.0.1",
2323
"@nangohq/node": "^0.39.16",
24-
"@sentry/node": "^7.105.0",
24+
"@sentry/node": "^7.106.0",
2525
"@temporalio/client": "^1.9.1",
2626
"amqplib": "^0.10.3",
2727
"archiver": "^6.0.1",

0 commit comments

Comments
 (0)