Skip to content

Commit

Permalink
Merge branch 'cacheEnvelopeHeaders' of https://github.com/getsentry/s…
Browse files Browse the repository at this point in the history
…entry-dotnet into cacheEnvelopeHeaders
  • Loading branch information
SimonCropp committed Oct 6, 2021
2 parents d403460 + f0a76a2 commit 03be359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sentry/Envelopes/Envelope.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public async Task SerializeAsync(Stream stream, CancellationToken cancellationTo
["name"] = SdkVersion.Instance.Name,
["version"] = SdkVersion.Instance.Version
};

static IReadOnlyDictionary<string, object?> defaultHeader = new Dictionary<string, object?>(StringComparer.Ordinal)
{
["sdk"] = sdkHeader
Expand Down

0 comments on commit 03be359

Please sign in to comment.