Replies: 1 comment
-
Sorry, it took me a second to understand the question: I'm guessing that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a CLI tool that calls
exec
and thus never returns from the function that callsexec
. I think this is causing some of my spans to never finish (and thus telemetry to not be sent). Is there a way I can tell thetracing
subsystem "pretend we're about to return from main and flush what you've got" before I callexec
?The offending function: flox activate command with Sentry integration.
Beta Was this translation helpful? Give feedback.
All reactions