Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref(metrics): Change
push_scope
to new_scope
`sentry_sdk.push_scope` is soft-deprecated, and will soon be hard- deprecated (see sentry-python#3347), so replace the `push_scope` calls with appropriate new API. Here, we use `sentry_sdk.new_scope`, since we are setting tags for a `capture_message` call. Closes #74938
- Loading branch information