Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
getsentry
/
sentry-javascript
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.8k
Star
8.7k
Code
Issues
642
Pull requests
70
Discussions
Actions
Security and quality
5
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
fix(node): Deduplicate
sentry-trace
and
baggage
headers on outgoing requests
- #19960
#19960
Merged
Lms24
merged 19 commits into
develop
getsentry/sentry-javascript:develop
from
lms/fix-double-baggage-propagation
getsentry/sentry-javascript:lms/fix-double-baggage-propagation
Copy head branch name to clipboard
Mar 30, 2026
Conversation
Commits
19
(19)
Checks
Files changed
Merged
fix(node): Deduplicate
sentry-trace
and
baggage
headers on outgoing requests
#19960
Lms24
merged 19 commits into
develop
getsentry/sentry-javascript:develop
from
lms/fix-double-baggage-propagation
getsentry/sentry-javascript:lms/fix-double-baggage-propagation
Copy head branch name to clipboard
Commits
Commits on Mar 30, 2026
wip
Lms24
committed
12c3f51
View commit details
Copy full SHA for 12c3f51
Browse repository at this point
use dedupe approach
Lms24
committed
63b7666
View commit details
Copy full SHA for 63b7666
Browse repository at this point
fix bug in baggage merging
Lms24
committed
8e7b3e8
View commit details
Copy full SHA for 8e7b3e8
Browse repository at this point
fix(node): Avoid duplicated `sentry-trace` and `baggage` headers on fetch requests
Lms24
committed
32d3822
View commit details
Copy full SHA for 32d3822
Browse repository at this point
lint
Lms24
committed
a0b37a4
View commit details
Copy full SHA for a0b37a4
Browse repository at this point
harden tests, fix http integration and propagator
Lms24
committed
e7eb933
View commit details
Copy full SHA for e7eb933
Browse repository at this point
remove console logs
Lms24
committed
7fb7814
View commit details
Copy full SHA for 7fb7814
Browse repository at this point
adjust propagator tests
Lms24
committed
429dad1
View commit details
Copy full SHA for 429dad1
Browse repository at this point
convert undici node 18 string headers to array to dedupe and then back to string
Lms24
committed
9b0b7f9
View commit details
Copy full SHA for 9b0b7f9
Browse repository at this point
always convert string headers to array headers (and back)
Lms24
committed
784e9df
View commit details
Copy full SHA for 784e9df
Browse repository at this point
harden browser integration test
Lms24
committed
978b88d
View commit details
Copy full SHA for 978b88d
Browse repository at this point
cleanup, fix test, fix colon bug in string->array header conversion
Lms24
committed
a9ff1bc
View commit details
Copy full SHA for a9ff1bc
Browse repository at this point
more cleanup
Lms24
committed
933a42f
View commit details
Copy full SHA for 933a42f
Browse repository at this point
even more cleanup
Lms24
committed
e300e33
View commit details
Copy full SHA for e300e33
Browse repository at this point
more cleanup, fix edge case with odd headers, dedupe traceparent
Lms24
committed
4caafd8
View commit details
Copy full SHA for 4caafd8
Browse repository at this point
last cleanup, one more test
Lms24
committed
ff6b436
View commit details
Copy full SHA for ff6b436
Browse repository at this point
improve mergeBaggageHeaders performance
Lms24
committed
e3e008e
View commit details
Copy full SHA for e3e008e
Browse repository at this point
remove unused imports
Lms24
committed
c9627af
View commit details
Copy full SHA for c9627af
Browse repository at this point
log when failing to convert string to array header
Lms24
committed
6b77c61
View commit details
Copy full SHA for 6b77c61
Browse repository at this point
You can’t perform that action at this time.