-
-
Notifications
You must be signed in to change notification settings - Fork 469
Comparing changes
Open a pull request
base repository: getsentry/sentry-java
base: e920abe
head repository: getsentry/sentry-java
compare: d4db730
- 11 commits
- 47 files changed
- 6 contributors
Commits on Nov 12, 2025
-
getsentry-bot committed
Nov 12, 2025 Configuration menu - View commit details
-
Copy full SHA for 7ca207f - Browse repository at this point
Copy the full SHA 7ca207fView commit details -
feat(logs): Do not send manual log origin (#4897)
* Do not send manual log origin * changelog
Configuration menu - View commit details
-
Copy full SHA for a416a65 - Browse repository at this point
Copy the full SHA a416a65View commit details
Commits on Nov 17, 2025
-
Move async-profiler dependencies into toml file (#4896)
* Move async-profiler dependencies into toml file * reuse async profiler version
Configuration menu - View commit details
-
Copy full SHA for a5ab36f - Browse repository at this point
Copy the full SHA a5ab36fView commit details
Commits on Nov 19, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 1b841a7 - Browse repository at this point
Copy the full SHA 1b841a7View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 23b6ef9 - Browse repository at this point
Copy the full SHA 23b6ef9View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b03edbb - Browse repository at this point
Copy the full SHA b03edbbView commit details
Commits on Nov 21, 2025
-
Bump Spring Boot 4 to GA version (#4923)
* bump spring boot 4 * remove removed method from test
Configuration menu - View commit details
-
Copy full SHA for e9aa548 - Browse repository at this point
Copy the full SHA e9aa548View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe20fc7 - Browse repository at this point
Copy the full SHA fe20fc7View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for dffdd14 - Browse repository at this point
Copy the full SHA dffdd14View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 301c2da - Browse repository at this point
Copy the full SHA 301c2daView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4db730 - Browse repository at this point
Copy the full SHA d4db730View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff e920abe...d4db730