I posted this in a comment a few days ago, but I think it's better to open an issue for it:
I think this is undocumented but I might have missed it, I wanted to ask though why was the decision made to change from skip_sentry toSENTRY_IGNORE_EXCEPTIONS ?
Amongst other things skip_sentry worked with inheritance, and could be conditionally set on each instance, now this is no longer possible as far as I can tell.
I posted this in a comment a few days ago, but I think it's better to open an issue for it:
I think this is undocumented but I might have missed it, I wanted to ask though why was the decision made to change from
skip_sentry
toSENTRY_IGNORE_EXCEPTIONS
?Amongst other things
skip_sentry
worked with inheritance, and could be conditionally set on each instance, now this is no longer possible as far as I can tell.