Daniel Szoke

Results 83 issues of Daniel Szoke

ref: #73423 ### Legal Boilerplate Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is...

Scope: Backend

This PR covers all remaining `push_scope` calls after all PRs listed under #73423's implementing PRs have been merged. ref #73423

Scope: Backend

`sentry_sdk.push_scope` is deprecated as of Sentry Python SDK version 2.0.0. Each of these calls should be replaced with the (roughly) equivalent `sentry_sdk.isolation_scope`. See also [#73263](https://github.com/getsentry/sentry/issues/73263) ```[tasklist] ### Implementing PRs -...

Component: SDK

Since the `Hub` API is deprecated, replace all uses of the `Hub` API in the minimetrics tests with the equivalent `Scope` API. ref #73263

`sentry_sdk.configure_scope` is deprecated in Sentry SDK 2.0. Replace with new `sentry_sdk.Scope.get_isolation_scope` calls

Resolves https://github.com/getsentry/sentry-python/issues/3229

Done to more clearly define event data categories, in preparation for https://github.com/getsentry/sentry-python/issues/3229.