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
I feel using the OS thread id would more useful than the Python thread identifier. Especially because this can be mapped with external tools (such as Sentry).
I suggest to rename current "{thread.id}" to "{thread.ident}", then assign native_id() output to "{thread.id}".
The text was updated successfully, but these errors were encountered:
See #936.
I feel using the OS thread id would more useful than the Python thread identifier. Especially because this can be mapped with external tools (such as Sentry).
I suggest to rename current
"{thread.id}"
to"{thread.ident}"
, then assignnative_id()
output to"{thread.id}"
.The text was updated successfully, but these errors were encountered: