Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jul 29, 2025

Bumps dependencies/Sentry.properties from 5.12.0 to 5.16.1.

Auto-generated by a dependency updater.

Changelog

5.16.1

Fixes

  • Structured Logs now have a sentry.origin attribute to so it's clearer where these come from (#4566)

Dependencies

5.16.0

Features

  • Added EnableBackpressureHandling option for Automatic backpressure handling. When enabled this automatically reduces the sample rate when the SDK detects events being dropped. (#4452)
  • Add (experimental) Structured Logs integration for Serilog (#4462)

Fixes

  • Templates are no longer sent with Structured Logs that have no parameters (#4544)
  • Parent-Span-IDs are no longer sent with Structured Logs when recorded without an active Span (#4565)
  • Upload linked PDBs to fix non-IL-stripped symbolication for iOS (#4527)
  • In MAUI Android apps, generate and inject UUID to APK and upload ProGuard mapping to Sentry with the UUID (#4532)
  • Fixed WASM0001 warning when building Blazor WebAssembly projects (#4519)

API Changes

  • Remove ExperimentalAttribute from all Structured Logs APIs, and remove Experimental property from SentrySdk, but keep Experimental property on SentryOptions (#4567)

Dependencies

5.15.1

Fixes

  • Fail when building Blazor WASM with Profiling. We don't support profiling in Blazor WebAssembly projects. (#4512)
  • Do not overwrite user IP if it is set manually in ASP.NET sdk (#4513)
  • Fix SentryOptions.Native.SuppressSignalAborts and SuppressExcBadAccess on iOS (#4521)

Dependencies

5.15.0

Features

  • Experimental Structured Logs:
    • Redesign SDK Logger APIs to allow usage of params (#4451)
    • Shorten the key names of Microsoft.Extensions.Logging attributes (#4450)

Fixes

  • Experimental Structured Logs:
    • Remove IDisposable from SentryStructuredLogger. Disposal is intended through the owning IHub instance (#4424)
    • Ensure all buffered logs are sent to Sentry when the application terminates unexpectedly (#4425)
    • InvalidOperationException potentially thrown during a race condition, especially in concurrent high-volume logging scenarios (#4428)
  • Blocking calls are no longer treated as unhandled crashes (#4458)
  • Only apply Session Replay masks to specific control types when necessary to avoid performance issues in MAUI apps with complex UIs (#4445)
  • De-duplicate Java.Lang.RuntimeException on Android (#4509)
  • Upload linked PDB to fix symbolication for Mac Catalyst (#4503)

Dependencies

5.14.1

Fixes

  • Crontabs now support day names (MON-SUN) and allow step values and ranges to be combined (#4407)
  • Ensure the correct Sentry Cocoa SDK framework version is used on iOS (#4411)

Dependencies

5.14.0

Features

Fixes

  • Update sample_rate of Dynamic Sampling Context (DSC) when making sampling decisions (#4374)

5.13.0

Features

  • Sentry now includes an EXPERIMENTAL StringStackTraceFactory. This factory isn't as feature rich as the full SentryStackTraceFactory. However, it may provide better results if you are compiling your application AOT and not getting useful stack traces from the full stack trace factory. (#4362)

Fixes

  • Source context for class libraries when running on Android in Release mode (#4294)
  • Native AOT: don't load SentryNative on unsupported platforms (#4347)
  • Fixed issue introduced in release 5.12.0 that might prevent other middleware or user code from reading request bodies (#4373)
  • SentryTunnelMiddleware overwrites the X-Forwarded-For header (#4375)
  • Native AOT support for linux-musl-arm64 (#4365)

Dependencies

  • Bump CLI from v2.47.0 to v2.50.2 (#4348, #4370, #4378)
    • changelog

    • diff

      • IMPORTANT: Fixes multiple issues running versions 5.6.x and 5.7.x of the Sentry SDK for .NET on iOS (initialising the SDK and sending data to Sentry)
  • Resolved an issue where the SDK would throw an exception while attempting to set the DynamicSamplingContext but the context exists already. (#2592)
Full CHANGELOG.md diff
 -1,5 +1,157 
 # Changelog
 
+## 5.16.1
+
+### Fixes
+
+- Structured Logs now have a `sentry.origin` attribute to so it's clearer where these come from ([#4566](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4566))
+
+### Dependencies
+
+- Bump Java SDK from v8.22.0 to v8.23.0 ([#4586](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4586))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8230](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/issues/8230))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.22.0...8.23.0)
+- Bump Native SDK from v0.11.1 to v0.11.2 ([#4590](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4590))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-native/blob/master/CHANGELOG.md[#0112](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/issues/0112))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-native/compare/0.11.1...0.11.2)
+- Bump CLI from v2.56.0 to v2.56.1 ([#4625](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4625))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-cli/blob/master/CHANGELOG.md[#2561](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/issues/2561))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-cli/compare/2.56.0...2.56.1)
+
+## 5.16.0
+
+### Features
+
+- Added `EnableBackpressureHandling` option for Automatic backpressure handling. When enabled this automatically reduces the sample rate when the SDK detects events being dropped. ([#4452](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4452))
+- Add (experimental) _Structured Logs_ integration for `Serilog` ([#4462](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4462))
+
+### Fixes
+
+- Templates are no longer sent with Structured Logs that have no parameters ([#4544](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4544))
+- Parent-Span-IDs are no longer sent with Structured Logs when recorded without an active Span ([#4565](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4565))
+- Upload linked PDBs to fix non-IL-stripped symbolication for iOS ([#4527](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4527))
+- In MAUI Android apps, generate and inject UUID to APK and upload ProGuard mapping to Sentry with the UUID ([#4532](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4532))
+- Fixed WASM0001 warning when building Blazor WebAssembly projects ([#4519](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4519))
+
+### API Changes
+
+- Remove `ExperimentalAttribute` from all _Structured Logs_ APIs, and remove `Experimental` property from `SentrySdk`, but keep `Experimental` property on `SentryOptions` ([#4567](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4567))
+
+### Dependencies
+
+- Bump Cocoa SDK from v8.56.0 to v8.56.2 ([#4555](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4555), [#4572](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4572))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md[#8562](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/issues/8562))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/compare/8.56.0...8.56.2)
+- Bump Native SDK from v0.11.0 to v0.11.1 ([#4557](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4557))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-native/blob/master/CHANGELOG.md[#0111](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/issues/0111))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-native/compare/0.11.0...0.11.1)
+- Bump CLI from v2.54.0 to v2.56.0 ([#4556](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4556), [#4577](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4577))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-cli/blob/master/CHANGELOG.md[#2560](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/issues/2560))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-cli/compare/2.54.0...2.56.0)
+- Bump Java SDK from v8.21.1 to v8.22.0 ([#4552](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4552))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8220](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/issues/8220))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.21.1...8.22.0)
+
+## 5.15.1
+
+### Fixes
+
+- Fail when building Blazor WASM with Profiling. We don't support profiling in Blazor WebAssembly projects. ([#4512](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4512))
+- Do not overwrite user IP if it is set manually in ASP.NET sdk ([#4513](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4513))
+- Fix `SentryOptions.Native.SuppressSignalAborts` and `SuppressExcBadAccess` on iOS ([#4521](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4521))
+
+### Dependencies
+
+- Bump Cocoa SDK from v8.55.1 to v8.56.0 ([#4528](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4528))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md[#8560](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/issues/8560))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/compare/8.55.1...8.56.0)
+- Bump CLI from v2.53.0 to v2.54.0 ([#4541](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4541))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-cli/blob/master/CHANGELOG.md[#2540](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/issues/2540))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-cli/compare/2.53.0...2.54.0)
+- Bump Native SDK from v0.10.1 to v0.11.0 ([#4542](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4542))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-native/blob/master/CHANGELOG.md[#0110](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/issues/0110))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-native/compare/0.10.1...0.11.0)
+
+## 5.15.0
+
+### Features
+
+- Experimental _Structured Logs_:
+  - Redesign SDK Logger APIs to allow usage of `params` ([#4451](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4451))
+  - Shorten the `key` names of `Microsoft.Extensions.Logging` attributes ([#4450](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4450))
+
+### Fixes
+
+- Experimental _Structured Logs_:
+  - Remove `IDisposable` from `SentryStructuredLogger`. Disposal is intended through the owning `IHub` instance ([#4424](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4424))
+  - Ensure all buffered logs are sent to Sentry when the application terminates unexpectedly ([#4425](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4425))
+  - `InvalidOperationException` potentially thrown during a race condition, especially in concurrent high-volume logging scenarios ([#4428](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4428))
+- Blocking calls are no longer treated as unhandled crashes ([#4458](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4458))
+- Only apply Session Replay masks to specific control types when necessary to avoid performance issues in MAUI apps with complex UIs ([#4445](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4445))
+- De-duplicate Java.Lang.RuntimeException on Android ([#4509](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4509))
+- Upload linked PDB to fix symbolication for Mac Catalyst ([#4503](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4503))
+
+### Dependencies
+
+- Bump sentry-cocoa from 8.39.0 to 8.55.1 ([#4442](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4442), [#4483](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4483), [#4485](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4485))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md[#8551](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/issues/8551))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/compare/8.39.0...8.55.1)
+- Bump Native SDK from v0.9.1 to v0.10.1 ([#4436](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4436), [#4492](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4492))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-native/blob/master/CHANGELOG.md[#0101](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/issues/0101))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-native/compare/0.9.1...0.10.1)
+- Bump CLI from v2.52.0 to v2.53.0 ([#4486](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4486))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-cli/blob/master/CHANGELOG.md[#2530](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/issues/2530))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-cli/compare/2.52.0...2.53.0)
+- Bump Java SDK from v8.6.0 to v8.21.1 ([#4496](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4496), [#4502](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4502), [#4508](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4508))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-java/blob/main/CHANGELOG.md[#8211](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/issues/8211))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-java/compare/8.6.0...8.21.1)
+
+## 5.14.1
+
+### Fixes
+
+- Crontabs now support day names (MON-SUN) and allow step values and ranges to be combined ([#4407](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4407))
+- Ensure the correct Sentry Cocoa SDK framework version is used on iOS ([#4411](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4411))
+
+### Dependencies
+
+- Bump CLI from v2.50.2 to v2.52.0 ([#4419](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4419), [#4435](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4435), [#4444](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4444))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-cli/blob/master/CHANGELOG.md[#2520](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/issues/2520))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-cli/compare/2.50.2...2.52.0)
+
+## 5.14.0
+
+### Features
+
+- Add _experimental_ support for [Sentry Structured Logging](https://docs.sentry.io/product/explore/logs/) ([#4308](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4308))
+  - Structured-Logger API ([#4158](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4158))
+  - Buffering and Batching ([#4310](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4310))
+  - Integrations for `Sentry.Extensions.Logging`, `Sentry.AspNetCore` and `Sentry.Maui` ([#4193](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4193))
+
+### Fixes
+
+- Update `sample_rate` of _Dynamic Sampling Context (DSC)_ when making sampling decisions ([#4374](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4374))
+
+## 5.13.0
+
+### Features
+
+- Sentry now includes an EXPERIMENTAL StringStackTraceFactory. This factory isn't as feature rich as the full `SentryStackTraceFactory`. However, it may provide better results if you are compiling your application AOT and not getting useful stack traces from the full stack trace factory. ([#4362](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4362))
+
+### Fixes
+
+- Source context for class libraries when running on Android in Release mode ([#4294](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4294))
+- Native AOT: don't load SentryNative on unsupported platforms ([#4347](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4347))
+- Fixed issue introduced in release 5.12.0 that might prevent other middleware or user code from reading request bodies ([#4373](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4373))
+- SentryTunnelMiddleware overwrites the X-Forwarded-For header ([#4375](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4375))
+- Native AOT support for `linux-musl-arm64` ([#4365](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4365))
+
+### Dependencies
+
+- Bump CLI from v2.47.0 to v2.50.2 ([#4348](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4348), [#4370](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4370), [#4378](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4378))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-cli/blob/master/CHANGELOG.md[#2502](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/issues/2502))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-cli/compare/2.47.0...2.50.2)
+
 ## 5.12.0
 
 ### API changes
 -115,7 +267,7 
 ### Fixes
 
 - Revert "Bump Cocoa SDK from v8.39.0 to v8.46.0 ([#4103](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/issues/4103))" ([#4202](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/4202))
-  - IMPORTANT: Fixes multiple issues running versions 5.6.x and 5.7.x of the Sentry SDK for .NET on iOS (initialising the SDK and sending data to Sentry) 
+    - IMPORTANT: Fixes multiple issues running versions 5.6.x and 5.7.x of the Sentry SDK for .NET on iOS (initialising the SDK and sending data to Sentry)
 
 ### Dependencies
 
 -1232,7 +1384,7  There are some functional differences when publishing Native AOT:
 
 ### Fixes
 
-- Resolved an isse where the SDK would throw an exception while attempting to set the DynamicSamplingContext but the context exists already. ([#2592](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/2592))
+- Resolved an issue where the SDK would throw an exception while attempting to set the DynamicSamplingContext but the context exists already. ([#2592](https://github-redirect.dependabot.com/getsentry/sentry-dotnet/pull/2592))
 
 ### Dependencies
 

@bruno-garcia bruno-garcia force-pushed the deps/dependencies/Sentry.properties branch 2 times, most recently from fcdebe9 to c28ef2b Compare July 31, 2025 03:29
@github-actions github-actions bot changed the title chore(deps): update Dotnet SDK to v5.13.0 chore(deps): update Dotnet SDK to v5.14.0 Aug 12, 2025
@bruno-garcia bruno-garcia force-pushed the deps/dependencies/Sentry.properties branch 2 times, most recently from 9bdfbc6 to 1a6bd44 Compare August 15, 2025 03:26
@github-actions github-actions bot changed the title chore(deps): update Dotnet SDK to v5.14.0 chore(deps): update Dotnet SDK to v5.14.1 Aug 15, 2025
@github-actions github-actions bot changed the title chore(deps): update Dotnet SDK to v5.14.1 chore(deps): update Dotnet SDK to v5.15.0 Sep 12, 2025
@bruno-garcia bruno-garcia force-pushed the deps/dependencies/Sentry.properties branch from 1a6bd44 to 4f78b14 Compare September 12, 2025 03:08
@github-actions github-actions bot changed the title chore(deps): update Dotnet SDK to v5.15.0 chore(deps): update Dotnet SDK to v5.15.1 Sep 21, 2025
@bruno-garcia bruno-garcia force-pushed the deps/dependencies/Sentry.properties branch from 4f78b14 to 393d4bd Compare September 21, 2025 03:16
@bruno-garcia bruno-garcia force-pushed the deps/dependencies/Sentry.properties branch from 393d4bd to 4714e2b Compare October 2, 2025 03:10
@github-actions github-actions bot changed the title chore(deps): update Dotnet SDK to v5.15.1 chore(deps): update Dotnet SDK to v5.16.0 Oct 2, 2025
@bruno-garcia bruno-garcia force-pushed the deps/dependencies/Sentry.properties branch 2 times, most recently from 114bb9e to 5cb91bc Compare October 15, 2025 03:15
@github-actions github-actions bot changed the title chore(deps): update Dotnet SDK to v5.16.0 chore(deps): update Dotnet SDK to v5.16.1 Oct 15, 2025
@bruno-garcia bruno-garcia force-pushed the deps/dependencies/Sentry.properties branch 5 times, most recently from d5ec538 to c39a571 Compare October 20, 2025 12:50
@bruno-garcia bruno-garcia force-pushed the deps/dependencies/Sentry.properties branch from c39a571 to bccba89 Compare October 20, 2025 12:51
@vaind vaind merged commit d278539 into main Oct 20, 2025
14 checks passed
@vaind vaind deleted the deps/dependencies/Sentry.properties branch October 20, 2025 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants