We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e07e20 commit 40d26beCopy full SHA for 40d26be
packages/utils/src/baggage.ts
@@ -87,7 +87,7 @@ export function serializeBaggage(baggage: Baggage): string {
87
/**
88
* Parse a baggage header from a string or a string array and return a Baggage object
89
*
90
- * 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
91
* (This is necessary for merging potentially pre-existing baggage headers in outgoing requests with
92
* our `sentry-` values)
93
*/
0 commit comments