Closed
Description
openedon Sep 6, 2023
Package
Sentry
.NET Flavor
.NET Core
.NET Version
7.0.0
OS
Windows
SDK Version
3.36.0
Self-Hosted Sentry Version
No response
Steps to Reproduce
- Try using SentrySdk.ContinueTrace(), where the second parameter is BaggageHeader
- See that there's no way to create an instance of BaggageHeader
Expected Result
I expect that BaggageHeader should have a public contructor or a public Parse/TryParse method
Actual Result
BaggageHeader doesn't have any public methods or constructors (expect an instance .ToString() method)
See: https://github.com/getsentry/sentry-dotnet/blob/3.36.0/src/Sentry/BaggageHeader.cs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
Type
Projects
Status
Done
Status
No status