-
Notifications
You must be signed in to change notification settings - Fork 504
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
(3) Move tracing related functions from Hub to Scope #2558
(3) Move tracing related functions from Hub to Scope #2558
Commits on Nov 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f2a4a3a - Browse repository at this point
Copy the full SHA f2a4a3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4869365 - Browse repository at this point
Copy the full SHA 4869365View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5f9e9d - Browse repository at this point
Copy the full SHA e5f9e9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a338099 - Browse repository at this point
Copy the full SHA a338099View commit details -
Configuration menu - View commit details
-
Copy full SHA for d900a1b - Browse repository at this point
Copy the full SHA d900a1bView commit details
Commits on Nov 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0afb3ab - Browse repository at this point
Copy the full SHA 0afb3abView commit details
Commits on Dec 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fe77d04 - Browse repository at this point
Copy the full SHA fe77d04View commit details -
Merge branch 'antonpirker/refactor-hub' of github.com:getsentry/sentr…
…y-python into antonpirker/refactor-hub
Configuration menu - View commit details
-
Copy full SHA for 4ba7dce - Browse repository at this point
Copy the full SHA 4ba7dceView commit details -
Configuration menu - View commit details
-
Copy full SHA for b15613a - Browse repository at this point
Copy the full SHA b15613aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8331bd0 - Browse repository at this point
Copy the full SHA 8331bd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce1759f - Browse repository at this point
Copy the full SHA ce1759fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a08b6e - Browse repository at this point
Copy the full SHA 9a08b6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9b8d5a - Browse repository at this point
Copy the full SHA f9b8d5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 232ce23 - Browse repository at this point
Copy the full SHA 232ce23View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc95050 - Browse repository at this point
Copy the full SHA fc95050View commit details
Commits on Dec 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b0b3cec - Browse repository at this point
Copy the full SHA b0b3cecView commit details -
Configuration menu - View commit details
-
Copy full SHA for dec7dbf - Browse repository at this point
Copy the full SHA dec7dbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfd3d54 - Browse repository at this point
Copy the full SHA cfd3d54View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea13b55 - Browse repository at this point
Copy the full SHA ea13b55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 812c791 - Browse repository at this point
Copy the full SHA 812c791View commit details -
Configuration menu - View commit details
-
Copy full SHA for d233ae5 - Browse repository at this point
Copy the full SHA d233ae5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2932adc - Browse repository at this point
Copy the full SHA 2932adcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a7af73 - Browse repository at this point
Copy the full SHA 3a7af73View commit details -
Merge branch 'antonpirker/refactor-hub-capture' into antonpirker/refa…
…ctor-hub-tracing
Configuration menu - View commit details
-
Copy full SHA for c3baed0 - Browse repository at this point
Copy the full SHA c3baed0View commit details
Commits on Dec 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 345c419 - Browse repository at this point
Copy the full SHA 345c419View commit details
Commits on Dec 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bb3250a - Browse repository at this point
Copy the full SHA bb3250aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a22dd6 - Browse repository at this point
Copy the full SHA 3a22dd6View commit details
Commits on Dec 13, 2023
-
Hub calls capture_* on scope that calls it on client. Later with new …
…scopes the hub is removed and the root level API directly calls it on the scope
Configuration menu - View commit details
-
Copy full SHA for c78b1f5 - Browse repository at this point
Copy the full SHA c78b1f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0901e72 - Browse repository at this point
Copy the full SHA 0901e72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 269fd56 - Browse repository at this point
Copy the full SHA 269fd56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0354065 - Browse repository at this point
Copy the full SHA 0354065View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d5825e - Browse repository at this point
Copy the full SHA 3d5825eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e78d1f - Browse repository at this point
Copy the full SHA 4e78d1fView commit details
Commits on Dec 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ba72216 - Browse repository at this point
Copy the full SHA ba72216View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5a7ae7 - Browse repository at this point
Copy the full SHA c5a7ae7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbb93e6 - Browse repository at this point
Copy the full SHA bbb93e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12e632d - Browse repository at this point
Copy the full SHA 12e632dView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb56a12 - Browse repository at this point
Copy the full SHA eb56a12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 074a9ef - Browse repository at this point
Copy the full SHA 074a9efView commit details -
Co-authored-by: Ivana Kellyerova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac3955b - Browse repository at this point
Copy the full SHA ac3955bView commit details
Commits on Dec 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6733114 - Browse repository at this point
Copy the full SHA 6733114View commit details -
(4) Move transaction/span related functions from Hub to Scope (#2564)
Moved some functionality from Hub to Client: - moved `start_transaction` from Hub to Scope - moved `start_span` from Hub to Scope - moved `continue_trace` from Hub to Scope This is preparation work for refactoring how we deal with Hubs and Scopes in the future. Depends on: #2558 (please review the linked one first)
Configuration menu - View commit details
-
Copy full SHA for c4ad19a - Browse repository at this point
Copy the full SHA c4ad19aView commit details -
Merge branch 'antonpirker/refactor-hub-capture' into antonpirker/refa…
…ctor-hub-tracing
Configuration menu - View commit details
-
Copy full SHA for e8fb2af - Browse repository at this point
Copy the full SHA e8fb2afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 890fc04 - Browse repository at this point
Copy the full SHA 890fc04View commit details