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.17.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.18.0
Choose a head ref
  • 9 commits
  • 37 files changed
  • 7 contributors

Commits on Nov 12, 2024

  1. Merge branch 'release/7.17.0'

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

Commits on Nov 13, 2024

  1. Ensure android initialization process continues even if options confi…

    …guration block throws an exception (#3887)
    
    * Ensure android event processors are added even if options configuration block throws
    
    * Changelog
    romtsn authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    17a41c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Add support for 16KB page sizes (Android 15) (#3620)

    * Add support for 16KB page sizes (Android 15)
    
    * Update Changelog
    
    * Revert NDK/min API level bump, properly apply link options instead
    
    * Fix Changelog
    
    * Exclude sentry-native Java code from being spotless-checked
    
    * Bump sentry-native to 0.7.8
    
    * Update Changelog
    
    * Update CHANGELOG.md
    
    * release: 7.17.0-alpha.1
    
    ---------
    
    Co-authored-by: getsentry-bot <bot@sentry.io>
    Co-authored-by: getsentry-bot <bot@getsentry.com>
    3 people authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    091f84e View commit details
    Browse the repository at this point in the history
  2. Do not report parsing ANR error when there are no threads (#3888)

    * Ensure android event processors are added even if options configuration block throws
    
    * Changelog
    
    * Do not report parsing ANR error when there are no threads
    
    * Changelog
    
    * Fix tests
    romtsn authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a183163 View commit details
    Browse the repository at this point in the history
  3. [QA] Avoid collecting normal frames (#3782)

    * avoid keeping normal frames in memory when collecting slow/frozen frames
    * renamed SpanFrameMetricsCollector.getTotalFrameCount method to getSlowFrozenFrameCount
    * confirm no delay in UI test when there are no slow/frozen frames collected
    stefanosiano authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    dab52e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. [SR] Disable replay in session mode when rate limit is active (#3854)

    * Do not capture screenshots in session mode when rate limit is active
    
    * Changelog
    
    * WIP
    
    * Format code
    
    * Change approach to rate-limit and offline
    
    * Clean up
    
    * Tests
    
    * Api dump
    
    * Fix tests
    
    * Address PR feedback
    
    * Fix tests
    romtsn authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    adbc51d View commit details
    Browse the repository at this point in the history
  2. [SR] Add beforeSendReplay callback (#3855)

    * Do not capture screenshots in session mode when rate limit is active
    
    * Changelog
    
    * Add beforeSendReplay callback
    
    * Changelog
    
    * Remove excessive log
    
    * Update SessionCaptureStrategyTest.kt
    romtsn authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0438c6f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. feat(replay): Add Mask/Unmask Containers for custom masking in hybrid…

    … SDKs (#3881)
    
    * feat(replay): Add Mask/Unmask Containers for custom masking in hybrid SDKs
    
    * Format code
    
    * Address PR feedback
    
    * Fix changelog
    
    ---------
    
    Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
    Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com>
    3 people authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    ce09ad4 View commit details
    Browse the repository at this point in the history
  2. release: 7.18.0

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