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.21.0
Choose a head ref
  • 10 commits
  • 38 files changed
  • 6 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 <stefano.siano@sentry.io>
    
    * Update CHANGELOG.md
    
    Co-authored-by: Stefano <stefano.siano@sentry.io>
    
    ---------
    
    Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
    Co-authored-by: Stefano <stefano.siano@sentry.io>
    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 <markus.hintersteiner@sentry.io>
    Co-authored-by: stefanosiano <stefano.siano@sentry.io>
    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 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
Loading