Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/utils/src/baggage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export function serializeBaggage(baggage: Baggage): string {
/**
* Parse a baggage header from a string or a string array and return a Baggage object
*
* If @param includeThirdPartyEntries is set to true, thir party baggage entries are added to the Baggage object
* If @param includeThirdPartyEntries is set to true, third party baggage entries are added to the Baggage object
* (This is necessary for merging potentially pre-existing baggage headers in outgoing requests with
* our `sentry-` values)
*/
Expand Down