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.20.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.0
Choose a head ref
  • 15 commits
  • 60 files changed
  • 8 contributors

Commits on Jan 16, 2025

  1. Various fixes to instrumentations running on the main thread (#4051)

    * Get rid of redundant requireNonNull
    
    * Do not instrument Window.Callback multiple times
    
    * Do not instrument FileIO if tracing is disabled
    
    * Do not traverse children if a touch event is not within view groups bounds
    
    * Add test for SentryFileOutputStream
    
    * Fix test
    
    * Fix test
    
    * Changelog
    
    * pr id
    
    * Fix api dump
    romtsn authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    ed98d11 View commit details
    Browse the repository at this point in the history
  2. Fix BroadcastReceivers (#4052)

    * Drop TempSesnorBreadcrumbIntegration
    
    * Drop PhoneStateBreadcrumbsIntegration
    
    * Reduce number of system events we're listening to and use RECEIVER_NOT_EXPORTED
    
    * Format code
    
    * Changelog
    
    * Update CHANGELOG.md
    
    Co-authored-by: Stefano <[email protected]>
    
    * Update CHANGELOG.md
    
    Co-authored-by: Stefano <[email protected]>
    
    ---------
    
    Co-authored-by: Sentry Github Bot <[email protected]>
    Co-authored-by: Stefano <[email protected]>
    3 people authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    e509503 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2025

  1. Reduce the number of IPC calls (#4058)

    * Remove binder call for external storage
    
    * Remove binder call for memory in profiler
    
    * Cache static values to avoid binder calls
    
    * Comment
    
    * Changelog
    
    * Formatting
    
    * Fix tests
    
    * Minor fixes
    
    * change protected method in final class to private
    
    ---------
    
    Co-authored-by: Markus Hintersteiner <[email protected]>
    Co-authored-by: stefanosiano <[email protected]>
    3 people authored Jan 20, 2025
    Configuration menu
    Copy the full SHA
    6381921 View commit details
    Browse the repository at this point in the history
  2. Only send {{auto}} ip-adress if sendDefaultPii is enabled (7.x.x) (#4071

    )
    
    * Only provide {{auto}} ip-address if sendDefaultPii is enabled
    
    * Update changelog
    markushi authored Jan 20, 2025
    Configuration menu
    Copy the full SHA
    3cdb905 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e040da6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af27480 View commit details
    Browse the repository at this point in the history
  5. release: 7.21.0-beta.1

    getsentry-bot committed Jan 20, 2025
    Configuration menu
    Copy the full SHA
    b1c5c1b View commit details
    Browse the repository at this point in the history
  6. Merge branch 'release/7.21.0-beta.1' into 7.x.x

    getsentry-bot
    getsentry-bot committed Jan 20, 2025
    Configuration menu
    Copy the full SHA
    1e796d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

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

    getsentry-bot committed Jan 27, 2025
    Configuration menu
    Copy the full SHA
    56c8730 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release/7.21.0' into 7.x.x

    getsentry-bot
    getsentry-bot committed Jan 27, 2025
    Configuration menu
    Copy the full SHA
    63342b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. Modifier.sentryTag uses Modifier.Node (#4029)

    * Modifier.sentryTag uses Modifier.Node
    
    * Update Changelog
    
    * Add UI test for SentryModifier
    
    * Make sentrymodifier a robolectric test
    
    * Remove redundant dep
    
    ---------
    
    Co-authored-by: Markus Hintersteiner <[email protected]>
    Co-authored-by: Roman Zavarnitsyn <[email protected]>
    3 people authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    47a3903 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. Cherry-pick: Session Replay: Fix various crashes and issues (#4135) (#…

    …4145)
    
    * Cherry-pick session replay fixes
    
    * Fix test
    romtsn authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    1eac2fc View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. feat(android-ndk): add api for getting debug images by addresses (#4159)

    * feat(android-ndk): add api for getting debug images by addresses (#4089)
    
    ---------
    
    Co-authored-by: Sentry Github Bot <[email protected]>
    Co-authored-by: Markus Hintersteiner <[email protected]>
    
    * Update Changelog
    
    * Format code
    
    * Fix switch sync/data classes to match 7.x.x
    
    ---------
    
    Co-authored-by: Giancarlo Buenaflor <[email protected]>
    Co-authored-by: Sentry Github Bot <[email protected]>
    3 people authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    d714dc8 View commit details
    Browse the repository at this point in the history
  2. release: 7.22.0

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