github getsentry/sentry-dotnet 4.0.0-beta.7

latest releases: 4.12.0, 4.11.0, 4.10.2...
pre-release9 months ago

Features

  • MAUI Screenshot support. You can opt-in via SentryMauiOptions.AttachScreenshots (#2965)
    • Supports Android and iOS only. Windows is not supported.
  • MAUI: App context has in_foreground indicating whether app was on the background or foreground. (#2983)

Fixes

  • Fixed an issue when using the SDK together with Open Telemetry 1.5.0 and newer where the SDK would create transactions for itself. The fix is backwards compatible. (#3001)

Significant change in behavior

  • The User.IpAddress is now set to {{auto}} by default, even when sendDefaultPII is disabled (#2981)
    • The "Prevent Storing of IP Addresses" option in the "Security & Privacy" project settings on sentry.io can be used to control this instead
  • The DiagnosticLogger signature for LogWarning changed to take the exception as the first parameter. That way it does no longer get mixed up with the TArgs. (#2987)

Dependencies

Don't miss a new sentry-dotnet release

NewReleases is sending notifications on new releases.