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: 7.13.0
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: 7.14.0
Choose a head ref
  • 9 commits
  • 34 files changed
  • 4 contributors

Commits on Jul 31, 2024

  1. Merge branch 'release/7.13.0'

    getsentry-bot committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ae2294f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Fix lazy select queries instrumentation (#3604)

    * added SentryCrossProcessCursor wrapper
    * SQLiteSpanManager now wraps CrossProcessCursors to start a span only when the cursor is filled with data
    stefanosiano authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    7c34b37 View commit details
    Browse the repository at this point in the history
  2. Avoid ArrayIndexOutOfBoundsException on Android cpu data collection (#…

    …3598)
    
    * added ArrayIndexOutOfBoundsException to try catch block in AndroidCpuCollector
    stefanosiano authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    09dab51 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    d4b1f82 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. [SR] Buffer mode improvements (#3622)

    * Persist buffer replay type when switching to session
    
    * Ensure no gaps in segment timestamps when converting strategies
    
    * Properly store screen name at start for buffer mode
    
    * Changelog
    romtsn authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    9486895 View commit details
    Browse the repository at this point in the history
  2. [SR] Gesture/touch support for Flutter (#3623)

    * Persist buffer replay type when switching to session
    
    * Ensure no gaps in segment timestamps when converting strategies
    
    * Properly store screen name at start for buffer mode
    
    * Changelog
    
    * Decouple gesture tracking from WindowRecorder
    
    * Format code
    
    * Add tests
    
    * Changelog
    romtsn authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    19d98e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Fix app start spans missing from Pixel devices (#3634)

    * added post on main thread to post check on main thread
    stefanosiano authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    32eed6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6e97b1 View commit details
    Browse the repository at this point in the history
  3. release: 7.14.0

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