Sentry v3.17.0 Release Notes

  • ๐Ÿ”” Notice: If you are using self-hosted Sentry, this version and forward requires either Sentry version >= 21.9.0, or you must manually disable sending client reports via the SendClientReports option.

    ๐Ÿ”‹ Features

    • Collect and send Client Reports to Sentry, which contain counts of discarded events. (#1556)
    • ๐Ÿ”ฆ Expose ITransport and SentryOptions.Transport public, to support using custom transports (#1602)
    • ๐Ÿ‘ Android native crash support (#1288)

    ๐Ÿ›  Fixes

    • โ†ช Workaround System.Text.Json issue with Unity IL2CPP. (#1583)
    • Demystify stack traces for exceptions that fire in a BeforeSend callback. (#1587)
    • Obsolete Platform and always write csharp (#1610)
    • ๐Ÿ›  Fix a minor issue in the caching transport related to recovery of files from previous session. (#1617)
    • ๐Ÿ‘ Better DisableAppDomainProcessExitFlush docs (#1634)