-
-
Notifications
You must be signed in to change notification settings - Fork 242
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
Trace transactions across isolates #721
Comments
Indeed, for now, there's a workaround. // your span Isolate A // pass header to Isolate B So you are able to continue a transaction from different contexts, that's used for Frontend and Backend stuff, but it works. |
@marandaneto |
We'll do an investigation on how this class Timeline task works and how we could use that to our benefit. |
Closing it in favor of #1343 |
This is a feature that is relevant to Dart and Flutter apps.
I would like to have the ability to trace transactions that perform some work in another isolate and therefore create child spans in that second isolate.
The
TimelineTask
fromdart:developer
for example can be used to track tasks that have child tasks in multiple isolates.The text was updated successfully, but these errors were encountered: