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.22.1
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.22.4
Choose a head ref
  • 10 commits
  • 30 files changed
  • 5 contributors

Commits on Mar 10, 2025

  1. Merge branch 'release/7.22.1' into 7.x.x

    getsentry-bot
    getsentry-bot committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    3bb3cbe View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. Fix AbstractMethodError when using SentryTraced for Jetpack Compose (…

    …7.x.x) (#4256)
    
    * Fix AbstractMethodError when using SentryTraced for Jetpack Compose
    
    * Override default interface impl to fix AbstractMethodError
    
    * Update Changelog
    
    * Update Changelog
    markushi authored Mar 13, 2025
    Configuration menu
    Copy the full SHA
    7c028eb View commit details
    Browse the repository at this point in the history
  2. release: 7.22.2

    getsentry-bot committed Mar 13, 2025
    Configuration menu
    Copy the full SHA
    434c803 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release/7.22.2' into 7.x.x

    getsentry-bot
    getsentry-bot committed Mar 13, 2025
    Configuration menu
    Copy the full SHA
    391b000 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. Reduce excessive CPU usage when serializing breadcrumbs to disk (#4181)…

    … (#4260)
    
    * WIP
    
    * WIP
    
    * Remove redundant line
    
    * Add Tests
    
    * api dump
    
    * Formatting
    
    * REset scope cache on new init
    
    * Clean up
    
    * Comment
    
    * Changelog
    
    * Workaround square/tape#173
    
    * Add a comment to setBreadcrumbs
    
    * Address PR review
    
    * Update CHANGELOG.md
    romtsn authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    9c964d0 View commit details
    Browse the repository at this point in the history
  2. release: 7.22.3

    getsentry-bot committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    5e52d65 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release/7.22.3' into 7.x.x

    getsentry-bot
    getsentry-bot committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    b326f55 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. Avoid reading floats as ints from the manifest in case it's not neces…

    …sary (#4266)
    
    * Avoid logging an error when a float is passed in the manifest
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: Stefano <[email protected]>
    markushi and stefanosiano authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    b14c7bf View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. fix(session-replay): Do not crash if navigation breadcrumb has no des…

    …tination (#4185) (#4269)
    
    * fix(session-replay):  Do not crash if navigation breadcrumb has no destination (#4185)
    
    * Do not crash if navigation breadcrumb has not destination
    
    * Changelog
    
    * Fix test
    romtsn authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    bd16527 View commit details
    Browse the repository at this point in the history
  2. release: 7.22.4

    getsentry-bot committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    8a2fd32 View commit details
    Browse the repository at this point in the history
Loading