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.26.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: 8.27.0
Choose a head ref
  • 11 commits
  • 47 files changed
  • 6 contributors

Commits on Nov 12, 2025

  1. Merge branch 'release/8.26.0'

    getsentry-bot committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    7ca207f View commit details
    Browse the repository at this point in the history
  2. feat(logs): Do not send manual log origin (#4897)

    * Do not send manual log origin
    
    * changelog
    adinauer authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    a416a65 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2025

  1. Move async-profiler dependencies into toml file (#4896)

    * Move async-profiler dependencies into toml file
    
    * reuse async profiler version
    adinauer authored Nov 17, 2025
    Configuration menu
    Copy the full SHA
    a5ab36f View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. feat(events): Detect oversized events and reduce their size (#4903)

    * Fix log count in client reports
    
    * add assertion to test
    
    * Detect oversized events
    
    * cleanup
    
    * invert size check method
    
    * try catch
    
    * rename callback to onOversizedEvent
    
    * Apply suggestions from code review
    
    Co-authored-by: Markus Hintersteiner <markus.hintersteiner@sentry.io>
    
    * Format code
    
    * code review changes
    
    * changelog
    
    * changelog update
    
    ---------
    
    Co-authored-by: Markus Hintersteiner <markus.hintersteiner@sentry.io>
    Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
    3 people authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    1b841a7 View commit details
    Browse the repository at this point in the history
  2. feat(flags): Implement OpenFeature Integration (#4910)

    * Implement OpenFeature Integration
    
    * use evaluation context
    
    * Format code
    
    * add missing mentions
    
    * api; register as integration and package
    
    * changelog
    
    * replace hard coded dependency
    
    ---------
    
    Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
    adinauer and getsentry-bot authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    23b6ef9 View commit details
    Browse the repository at this point in the history
  3. SentryAndroidOptions to enable NetworkDetails extraction (#4900)

    * Add network details to SentryReplayOptions API
    
    ./gradlew apiDump
    
    * Extract NetworkDetails options from manifest
    
    * Hook SentryOkHttpInterceptor into SentryReplayOptions
    
    * Merge requested headers with default headers on write instead of on read
    
    More efficient -> getNetworkRequestHeaders/getNetworkResponseHeaders is invoked on every http request but setNetwork... is only invoked on start-up
    
    * Initialize RRWebOptionsEvent#networkDetailHasUrls based on SentryReplayOptions
    
    networkDetailHasUrls is a gate that the front-end uses to determine whether there is data to show the end-user
    https://github.com/getsentry/sentry-javascript/blob/090a3e35a94014aad4dfd06a6ff3c361f0420009/packages/replay-internal/src/util/handleRecordingEmit.ts#L134
    
    * Remove defensive copy when returning request|responseHeaders
    
    getNetworkRequestHeaders / getNetworkResponseHeaders are called on every http request => move the memory operation to the setNetworkRequest|ResponseHeaders path which is called 1x on start-up
    
    * Add the network details options as 'tags' on the replay
    
    * Add network details flags in manifest for sentry-samples test app
    
    ---------
    
    Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
    43jay and getsentry-bot authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    b03edbb View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. Bump Spring Boot 4 to GA version (#4923)

    * bump spring boot 4
    
    * remove removed method from test
    adinauer authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    e9aa548 View commit details
    Browse the repository at this point in the history
  2. changelog (#4925)

    adinauer authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    fe20fc7 View commit details
    Browse the repository at this point in the history
  3. Replace pre-releases in Spring Boot 4 matrix with GA release (#4924)

    * bump spring boot 4
    
    * remove removed method from test
    
    * replace pre-releases in Spring Boot 4 matrix with GA release
    adinauer authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    dffdd14 View commit details
    Browse the repository at this point in the history
  4. feat(flags): Implement LaunchDarkly Integrations (#4917)

    * Implement OpenFeature Integration
    
    * use evaluation context
    
    * Format code
    
    * add missing mentions
    
    * api; register as integration and package
    
    * changelog
    
    * replace hard coded dependency
    
    * Add launchdarkly integrations
    
    * changelog
    
    * issue templates and readme
    
    * remove comments from build gradle files
    
    * convert to java
    
    * remove kotlin from build.gradle
    
    * add tests
    
    * Format code
    
    ---------
    
    Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
    adinauer and getsentry-bot authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    301c2da View commit details
    Browse the repository at this point in the history
  5. release: 8.27.0

    getsentry-bot committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    d4db730 View commit details
    Browse the repository at this point in the history
Loading