7.20.2
·
4 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Patch changes
- c359f93 Mask sensitive data held inside objects and in URL/DSN credentials when capturing exception code variables. Custom objects are now traversed so fields like
passwordare redacted by attribute name instead of leaking viarepr(), and credentials embedded in connection strings are scrubbed. Adds thecode_variables_mask_url_credentialsoption (defaultTrue). — Thanks @ablaszkiewicz! - c359f93 Improve strict Pyright coverage for public PostHog APIs. — Thanks @ablaszkiewicz!