SentrySDK 2.0 breaks our Sentry integration
rsyring opened this issue · comments
Randy Syring commented
TypeError: Unknown option 'with_locals'
https://docs.sentry.io/platforms/python/migration/1.x-to-2.x#configuration-options
Should read through that doc and see what other 2.0 upgrades might be relevant.
keg-elements/keg_elements/sentry.py
Line 247 in 99160e7
Our exception handling is also broken:
keg-elements/keg_elements/sentry.py
Line 409 in 99160e7
_compat.reraise()
no longer exists in their library.
Matt Lewellyn commented
Fixed in 0.12.0. reraise
was moved to a utils
module.