Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getsentry/sentry-dotnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.4.0
Choose a base ref
...
head repository: getsentry/sentry-dotnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.4.1
Choose a head ref
  • 5 commits
  • 9 files changed
  • 6 contributors

Commits on Apr 16, 2026

  1. chore: update modules/sentry-native to 0.13.7 (#5136)

    Co-authored-by: GitHub <noreply@github.com>
    github-actions[bot] and web-flow authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    b95f981 View commit details
    Browse the repository at this point in the history
  2. chore: update scripts/update-java.ps1 to 8.39.0 (#5137)

    Co-authored-by: GitHub <noreply@github.com>
    github-actions[bot] and web-flow authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    8d58989 View commit details
    Browse the repository at this point in the history
  3. fix: prevent redundant native exceptions on Android/CoreCLR (#5127)

    * chore: update scripts/update-java.ps1 to 8.39.0
    
    * fix(android): preload NDK integration for CoreCLR
    
    Enable the io.sentry.ndk.preload metadata so that
    SentryNdkPreloadProvider installs sentry-native's signal handlers
    before .NET/CoreCLR. This ensures the correct handler chain order
    (.NET -> sentry-native -> debuggerd) where .NET handles managed
    exceptions first, and native crashes chain to sentry-native.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    
    * clarify CoreCLR signal handler fallback log
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    
    * scope NDK preload imports to the maui test app
    
    Keeps the source-tree Sentry.targets import out of the shared
    integration-test/Directory.Build.targets so non-Android integration
    tests (AOT, runtime, console) aren't affected.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    
    * skip CoreCLR variants on .NET 9
    
    Android CoreCLR support starts with .NET 10; running the coreclr
    cases on net9.0 would fail at build time.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    
    ---------
    
    Co-authored-by: GitHub <noreply@github.com>
    Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    3 people authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    545ac31 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2026

  1. Configuration menu
    Copy the full SHA
    2dbd799 View commit details
    Browse the repository at this point in the history
  2. release: 6.4.1

    jamescrosswell committed Apr 17, 2026
    Configuration menu
    Copy the full SHA
    cb6f3c2 View commit details
    Browse the repository at this point in the history
Loading