Skip to content

Releases: getsentry/sentry-dotnet

6.4.1

21 Apr 02:01

Choose a tag to compare

Fixes 🐛

  • fix: prevent redundant native exceptions on Android/CoreCLR by @jpnurmi in #5127

Dependencies ⬆️

Deps

  • chore(deps): update Java SDK to v8.39.0 by @github-actions in #5137
  • chore(deps): update Native SDK to v0.13.7 by @github-actions in #5136

6.4.0

17 Apr 00:32

Choose a tag to compare

Features ✨

Fixes 🐛

  • fix: memory leak when profiling is enabled by @jamescrosswell in #5133
  • fix: prevent redundant native exceptions on iOS by @jpnurmi in #5126
  • fix: prevent redundant native exceptions on Android/Mono by @jpnurmi in #4676
    • Note: opt in by setting options.Native.ExperimentalOptions.SignalHandlerStrategy to Sentry.Android.SignalHandlerStrategy.ChainAtStart

Dependencies ⬆️

Deps

  • chore(deps): update Cocoa SDK to v9.10.0 by @github-actions in #5132
  • chore(deps): update Cocoa SDK to v9.9.0 by @github-actions in #5115
  • chore(deps): update Java SDK to v8.38.0 by @github-actions in #5124

6.3.2

14 Apr 19:57

Choose a tag to compare

Dependencies ⬆️

  • chore(deps): update Native SDK to v0.13.6 by @github-actions in #5128

6.3.1

08 Apr 04:57

Choose a tag to compare

Fixes 🐛

  • fix: Workaround FileNotFoundException on Android when recovering sessions by @jamescrosswell in #5084
  • fix: CaptureFeedback now supports multiple attachments correctly by @bitsandfoxes in #5077

Dependencies ⬆️

Deps

  • chore(deps): update Native SDK to v0.13.5 by @github-actions in #5119
  • chore(deps): update CLI to v3.3.5 by @github-actions in #5093
  • chore(deps): update Native SDK to v0.13.4 by @github-actions in #5081
  • chore(deps): update Java SDK to v8.37.1 by @github-actions in #5071
  • chore(deps): update CLI to v3.3.4 by @github-actions in #5068
  • chore(deps): update Java SDK to v8.37.0 by @github-actions in #5069
  • chore(deps): update Cocoa SDK to v9.8.0 by @github-actions in #5044
  • chore(deps): update Java SDK to v8.36.0 by @github-actions in #5036
  • chore(deps): update epitaph to 0.1.1 by @github-actions in #5036

Other

6.3.0

30 Mar 09:48

Choose a tag to compare

Features

  • The Metrics APIs are now stable: removed Experimental from SentrySdk, SentryOptions and IHub (#5023)
  • Report a new Diagnostic (SENTRY1001) when a Metrics-API is invoked with an unsupported numeric type (#4840)

Fixes

  • Common tags such as Environment and Release and custom event processors are all now correctly applied to CaptureFeedback events (#4942)
  • Include Data set via ITransactionTracer in SentryTransaction (#4148)

Dependencies

  • Bump Cocoa SDK from v9.5.0 to v9.7.0 (#4958, #5015)
  • Bump CLI from v3.3.0 to v3.3.3 (#5002)
  • Bump Java SDK from v8.34.1 to v8.35.0 (#5017)
  • Bump Native SDK from v0.13.2 to v0.13.3 (#5045)

6.2.0

13 Mar 00:37

Choose a tag to compare

Features

  • Outbound HTTP requests now show in the Network tab for Android Session Replays (#4860)

Fixes

  • The SDK now logs a Warning instead of an Error when being ratelimited (#4927)
  • Symbolication now works correctly with Android workloads 10.0.102 and later (#4998)
  • libmonosgen and libxamarin frames no longer show as in-app (#4960)

Dependencies

  • Bump Native SDK from v0.12.6 to v0.13.2 (#4920, #4929, #4941, #4964, #4996)
  • Bump Cocoa SDK from v8.57.3 to v9.5.0 (#4781, #4928, #4944)
  • Bump CLI from v2.58.2 to v3.3.0 (#4805, #4943, #4973)
    • NOTE: Sentry CLI v3 removed support for the legacy API key authentication method. Sentry CLI now only supports authenticating with Auth Tokens. If you are using API key authentication via SentryApiKey, you need to generate an Auth Token and use SentryAuthToken, instead.
  • Bump Java SDK from v8.32.0 to v8.34.1 (#4933, #4986)

6.2.0-alpha.0

14 Feb 02:26

Choose a tag to compare

6.2.0-alpha.0 Pre-release
Pre-release

Features

  • Add navigation breadcrumbs for Blazor WebAssembly (#4907)

Dependencies

  • Bumped Xamarin.Kotlin.StdLib.Jdk8 to 2.2.20 (#4876)
  • Bumped CommunityToolkit.Mvvm to 8.4.0 (#4876)

6.1.0

10 Feb 15:38

Choose a tag to compare

Features

Fixes

  • User Feedback now contains additional Context and Tags, like Environment and Release (#4883)
  • Allow Sentry failures from the Sentry CLI when SENTRY_ALLOW_FAILURE is set (#4852)
  • The SDK now logs a specific error message when envelopes are rejected due to size limits (HTTP 413) (#4863)
  • Fixed thread-safety issue on Android when multiple events are captured concurrently (#4814)

Dependencies

5.16.3

26 Jan 08:48

Choose a tag to compare

Fixes

  • Memory leak when finishing an unsampled Transaction that has started unsampled Spans (#4717)
  • Deliver system breadcrumbs in the main thread on Android (#4671)

Dependencies

6.1.0-alpha.2

18 Jan 14:29

Choose a tag to compare

6.1.0-alpha.2 Pre-release
Pre-release

BREAKING CHANGES

  • Rename Trace-connected Metrics APIs to avoid implying aggregation (#4834)
    • from AddCounter to EmitCounter
    • from RecordDistribution to EmitDistribution
    • from RecordGauge to EmitGauge

Features

Fixes