-
Notifications
You must be signed in to change notification settings - Fork 515
Comparing changes
Open a pull request
base repository: getsentry/sentry-python
base: d09b113
head repository: getsentry/sentry-python
compare: c8e93af
- 6 commits
- 6 files changed
- 1 contributor
Commits on Jul 26, 2024
-
test(celery): Stop using
configure_scope
(#3348)Use `Scope.get_isolation_scope` instead. Ref #3344
Configuration menu - View commit details
-
Copy full SHA for cc0ee38 - Browse repository at this point
Copy the full SHA cc0ee38View commit details -
test(basics): Stop using
configure_scope
(#3349)Use `Scope.get_isolation_scope` instead. Ref #3344
Configuration menu - View commit details
-
Copy full SHA for 132a9c5 - Browse repository at this point
Copy the full SHA 132a9c5View commit details -
test(client): Avoid
configure_scope
(#3350)Replace the only `configure_scope` usage in `test_client.py`, which can be replaced without defeating the test's purpose, with `Scope.get_isolation_scope`. The other `configure_scope` calls are made either from a test which specifically tests `configure_scope` or from a test which is always skipped. Closes: #3344
Configuration menu - View commit details
-
Copy full SHA for 1d17d57 - Browse repository at this point
Copy the full SHA 1d17d57View commit details -
fix(api): Deprecate
configure_scope
(#3351)Although `configure_scope` was meant to be deprecated since Sentry SDK 2.0.0, calling `configure_scope` did not raise a deprecation warning. Now, it does. Fixes #3346
Configuration menu - View commit details
-
Copy full SHA for 6f11f50 - Browse repository at this point
Copy the full SHA 6f11f50View commit details -
test(basics): Replace
push_scope
(#3353)Most of the `push_scope` usages in `test_basics.py` need to stay, as they test functionality specific to `push_scope`. However, in `test_scope_event_processor_order`, the `push_scope` can be replaced with `new_scope`. We make this replacement here. Ref: #3345
Configuration menu - View commit details
-
Copy full SHA for 20ed5b7 - Browse repository at this point
Copy the full SHA 20ed5b7View commit details -
test(sessions): Replace
push_scope
(#3354)All usages of `sentry_sdk.push_scope` in `test_sessions.py` can be replaced with `new_scope`. Closes: #3345
Configuration menu - View commit details
-
Copy full SHA for c8e93af - Browse repository at this point
Copy the full SHA c8e93afView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff d09b113...c8e93af