You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(collector): do not collect gevent Hub task (#2906)
This implements a customer greenlet tracer that do not capture switches to the
gevent Hub between 2 tasks.
This does not prevent (yet) Hub tracebacks to be reported, but the collected
Hub stack trace will be assigned to the previously switched task.
Co-authored-by: Kyle Verhoog <[email protected]>
0 commit comments