We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ContinueFromRequest
another API like ContinueFromRequest but allow a different parameter (not http.Request)
http.Request
support trace information transfer across process bwtween different protocols
maybe looks like:
func ContinueFromXXXX(trace string) SpanOption { return func(s *Span) { if trace == "" { return } s.updateFromSentryTrace([]byte(trace)) } }
The text was updated successfully, but these errors were encountered:
For example, in this issue #240:
context.Context
Sorry, something went wrong.
Fixed in v0.14.0 via #434
v0.14.0
No branches or pull requests
Summary
another API like
ContinueFromRequest
but allow a different parameter (nothttp.Request
)Motivation
support trace information transfer across process bwtween different protocols
Additional Context
maybe looks like:
The text was updated successfully, but these errors were encountered: