Skip to content

0.1.2

Compare
Choose a tag to compare
@getsentry-bot getsentry-bot released this 12 Feb 15:12

Breaking changes

  • The SDK no longer automatically persists user data on disk. If you want to persist user data, make sure to save it manually.
  • SentryUser.is_user_valid() was replaces in favor of SentryUser.is_empty().

Features

  • Add auto debug mode (#73)
  • New method SentrySDK.is_enabled() (#82)
  • Explicitly set user.ip_address to "{{auto}}" if options.send_default_pii is enabled and the user data is not set in a configuration script (#101)

Fixes

  • Fix issues with exporting crashpad_handler dependency and resolving path to crashpad_handler on macOS in exported projects (#108)

Dependencies