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-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 34422b4
Choose a base ref
...
head repository: getsentry/sentry-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a03dcf0
Choose a head ref
  • 4 commits
  • 15 files changed
  • 4 contributors

Commits on Nov 29, 2024

  1. Merge branch 'release/7.18.1'

    getsentry-bot committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    b03eb7f View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

  1. Add support for setting sentry-native handler_strategy (#3671)

    * Bump sentry-native to feat/inproc_handler_strategy
    
    * Update Changelog
    
    * Add SentryAndroidOptions.setNativeHandlerStrategy
    
    * Update Changelog
    
    * Update CHANGELOG.md
    
    * Exclude sentry-native submodule from formatting
    
    * release: 7.15.0-alpha.1
    
    * Update CHANGELOG.md
    
    Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com>
    
    ---------
    
    Co-authored-by: getsentry-bot <bot@sentry.io>
    Co-authored-by: getsentry-bot <bot@getsentry.com>
    Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com>
    4 people authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    e9d7e74 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. [SR] Fix various crashes (#3970)

    * Fix IndexOutOfBoundsException in window tracking
    
    * Fix IllegalStateException when adding/removing draw listener for a dead view
    
    * Fix ConcurrentModificationException when registering window listeners
    
    * Fix ConcurrentModificationException and ClassCastException when stopping GestureRecorder
    
    * Fix ConcurrentModificationException when stopping WindowRecorder
    
    * Changelog
    
    * Remove redundant annotations
    romtsn authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    e227906 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. release: 7.19.0

    getsentry-bot committed Dec 12, 2024
    Configuration menu
    Copy the full SHA
    a03dcf0 View commit details
    Browse the repository at this point in the history
Loading