-
Notifications
You must be signed in to change notification settings - Fork 516
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
fix(profiling): Update active thread for asgi #3669
Conversation
Ensure the handling thread is set on the transaction for asgi transactions not just main thread.
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #3669 +/- ##
==========================================
+ Coverage 84.31% 84.34% +0.02%
==========================================
Files 133 133
Lines 14241 14257 +16
Branches 2400 2405 +5
==========================================
+ Hits 12008 12025 +17
+ Misses 1487 1482 -5
- Partials 746 750 +4
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks for updating the tests everywhere.
Ensure the handling thread is set on the transaction for asgi transactions not just main thread.