sentry-python
sentry-python copied to clipboard
[SDK 2.0] Fix Client `should_send_default_pii` implementation
should_send_default_pii is defined on the BaseClient with a simple implementation that always returns False. This implementation should be overridden in the _Client class.