We should make sure we aren't using any of the methods deprecated in this major release, in the migration guide (https://docs.sentry.io/platforms/python/migration/1.x-to-2.x) push_scope is mentioned as being deprecated but we still use it here:
|
from sentry_sdk import push_scope |
Originally posted by @wookie184 in #1519 (comment)
We should make sure we aren't using any of the methods deprecated in this major release, in the migration guide (https://docs.sentry.io/platforms/python/migration/1.x-to-2.x)
push_scopeis mentioned as being deprecated but we still use it here:sir-lancebot/bot/exts/core/error_handler.py
Line 8 in 7bd936f
Originally posted by @wookie184 in #1519 (comment)