sentry-python icon indicating copy to clipboard operation
sentry-python copied to clipboard

[SDK 2.0] Fix Client `should_send_default_pii` implementation

Open szokeasaurusrex opened this issue 1 year ago • 0 comments

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.

szokeasaurusrex avatar Mar 13 '24 14:03 szokeasaurusrex