Skip to content

Commit

Permalink
fix: TypeError: request.headers.split is not a function (#1981)
Browse files Browse the repository at this point in the history
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

## Checklist before requesting a review (skip if just adding/editing
APIs & templates)
- [ ] I added tests, otherwise the reason is: 
- [ ] I added observability, otherwise the reason is:
- [ ] I added analytics, otherwise the reason is:
  • Loading branch information
TBonnin authored Apr 11, 2024
1 parent 806d44c commit f3e69eb
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
58 changes: 29 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@datadog/datadog-api-client": "^1.16.0",
"@hapi/boom": "^10.0.1",
"@nangohq/node": "^0.39.16",
"@sentry/node": "^7.105.0",
"@sentry/node": "^7.106.0",
"@temporalio/client": "^1.9.1",
"amqplib": "^0.10.3",
"archiver": "^6.0.1",
Expand Down

0 comments on commit f3e69eb

Please sign in to comment.