-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
Add continueTrace
function
#9011
Comments
Let's make this work like Python does https://docs.sentry.io/platforms/python/usage/distributed-tracing/custom-instrumentation/ No need to assume performance monitoring, just mutate tracing information. |
Yea we can copy what python does except for taking |
I like the python approach insofar as we provide a |
continueTrace
functioncontinueTrace
function
Please update this internal slack conversation once this ships |
Problem Statement
It would be cool for any unsupported frameworks and even for the SDK internally in higher order SDKs to have a function that continues a trace from a
sentry-trace
andbaggage
value and starts a new transaction.Solution Brainstorm
Function signature:
Example:
The text was updated successfully, but these errors were encountered: