You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
init is generally one per process anyway. In case people want DSN isolation, multiple clients is the way to go now. So I really don't see the use case for this.
Let's deprecate and remove.
It is possible to use the return value of `sentry_sdk.init` as a context manager; however, this functionality has not been maintained for a long time, and it does not seem to be documented anywhere.
So, we are deprecating this functionality, and we will remove it in the next major release.
Closes#3282
It is possible to use the return value of `sentry_sdk.init` as a context manager; however, this functionality has not been maintained for a long time, and it does not seem to be documented anywhere.
So, we are deprecating this functionality, and we will remove it in the next major release.
Closes#3282
See below:
Originally posted by @sl0thentr0py in #3276 (comment)
The text was updated successfully, but these errors were encountered: