Skip to content

1.11.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 05 May 09:35

Important

Structured logs and metrics are enabled by default in this release. Applications that do not want to capture them must explicitly opt out by setting EnableStructuredLogging / EnableMetrics to False in the project's .ini configuration file.

Features

  • Add WinGDK platform support (#1337)
  • Add consent-aware offline caching (#1341)
  • Add out-of-process screenshot capturing on Windows (#1325)
  • Add experimental native backend support for Mac (#1333)
  • Add a dedicated plugin settings section for Sentry Crash Reporter(#1350)
  • Add Crash Reporter logo customization (#1349)
  • Add setting to enable large attachments upload on native platforms (#1364)
  • Enable metrics by default (#1363)
  • Enable logs by default (#1371)

Fixes

  • Suppress superfluous warnings when detecting for SteamOS (#1326)
  • Fix intermittent crash when capturing screenshots due to invalid viewport (#1331)
  • Fix SN-DBS distributed builds failing to pre-sync platform-specific headers (#1361)

Dependencies