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: 8.19.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: 8.20.0
Choose a head ref
  • 13 commits
  • 49 files changed
  • 8 contributors

Commits on Aug 12, 2025

  1. Merge branch 'release/8.19.1'

    getsentry-bot committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    76fad96 View commit details
    Browse the repository at this point in the history
  2. Fix 8.19.1 changelog (#4634)

    adinauer authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    fc58aeb View commit details
    Browse the repository at this point in the history
  3. Add callback to record the type and amount of data discarded before r…

    …eaching Sentry (#4612)
    
    * Add callback to record the type and amount of data discarded before reaching Sentry
    
    * Remove empty test file
    
    * Use long variable in sample usage of onDiscard
    
    * Wrap onDiscard callback in a try-catch and fix docstring
    
    * Reference pull request instead of issue in the changelog
    
    * Remove Internal annotation from DiscardReason and DataCategory, update signature of onDiscard callback, and avoid duplicate invocation
    
    * Format code
    
    * Add stub for using onDiscard to the changelog
    
    * Switch samples to use enums instead of strings and lint
    
    * Move feature out of release that appeared by merging main in the changelog
    
    ---------
    
    Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
    alexander-alderman-webb and getsentry-bot authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    2091db3 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. Add E2E tests for Logback (#4599)

    * Add E2E tests for Logback
    
    * Format code
    
    * code review fixes
    
    * enable system tests for logback on GH
    
    ---------
    
    Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
    adinauer and getsentry-bot authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    2dbdf6c View commit details
    Browse the repository at this point in the history
  2. Add E2E tests for Log4j2 (#4600)

    * Add E2E tests for Log4j2
    
    * Format code
    
    * codereview fixes
    
    * add to CI matrix
    
    ---------
    
    Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
    adinauer and getsentry-bot authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    96301df View commit details
    Browse the repository at this point in the history
  3. Add E2E tests for JUL (#4598)

    * Add E2E tests for JUL
    
    * Format code
    
    * codereview changes
    
    * add to CI matrix
    
    ---------
    
    Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
    adinauer and getsentry-bot authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    510eb18 View commit details
    Browse the repository at this point in the history
  4. Cache Android Emulator generation (#4605)

    * Cache Android Emulator generation
    
    As outline in https://github.com/marketplace/actions/android-emulator-runner#usage--examples
    
    we can cache the android emulator AVD generation.
    
    * Fix whitespace
    
    * Update agp-matrix.yml
    
    * Update agp-matrix.yml
    
    * Improve Cache key
    
    * Add AVD caching to integration tests too
    
    * Update integration-tests-ui-critical.yml
    
    * Fix missing target spec
    
    * Update agp-matrix.yml
    markushi authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    8bbe814 View commit details
    Browse the repository at this point in the history
  5. Create cursor rules file explaining our OpenTelemetry integration (#4588

    )
    
    * Create cursor rules file explaining our OpenTelemetry integration
    
    * Apply suggestions from code review
    
    Co-authored-by: Lukas Bloder <lukas.bloder@gmail.com>
    
    * codereview changes
    
    ---------
    
    Co-authored-by: Lukas Bloder <lukas.bloder@gmail.com>
    adinauer and lbloder authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    c626414 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. Configuration menu
    Copy the full SHA
    7c7a209 View commit details
    Browse the repository at this point in the history
  2. Add Tomcat support in the system test runner and tests to the spring-…

    …jakarta sample (#4635)
    
    * Add Tomcat support in the system test runner and tests to the spring-jakarta sample
    
    * Create webapps directory and revert library changes only needed for the spring sample
    
    * Adapt test instead of endpoint in spring-jakarta sample
    
    * Format code
    
    * Add task dependency from run on war in spring-jakarta sample
    
    * Format code
    
    * Add missing argument in interactive mode and build before launching in the system-test-runner
    
    * Add spring-jakarta sample to CI system tests config file
    
    * Stop tomcat server on signal in system-test-runner
    
    * Stop Tomcat process in all cases
    
    ---------
    
    Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
    alexander-alderman-webb and getsentry-bot authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    0a9896b View commit details
    Browse the repository at this point in the history
  3. Update benchmark tests and devices (#4639)

    Update Android benchmark configurations to include newer API levels and devices
    increased number of benchmark runs to increase accuracy
    increased passing threshold from 5% to 5.5%
    stefanosiano authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    ee747ae View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. Use numbered capture groups for sentry-trace validation (#4652)

    * Use numbered capture groups for sentry-trace validation
    
    * Fix tab escape in character gropu and add tests
    
    * Use previous tab escape
    
    * Add changelog entry
    
    * Fix typo
    
    ---------
    
    Co-authored-by: markushi <markus.hintersteiner@sentry.io>
    alexander-alderman-webb and markushi authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    b8ab780 View commit details
    Browse the repository at this point in the history
  2. release: 8.20.0

    getsentry-bot committed Aug 25, 2025
    Configuration menu
    Copy the full SHA
    dcea4f5 View commit details
    Browse the repository at this point in the history
Loading