Skip to content

Conversation

@romtsn
Copy link
Member

@romtsn romtsn commented Jul 9, 2025

📜 Description

💡 Motivation and Context

💚 How did you test it?

📝 Checklist

  • I added tests to verify the changes.
  • No new PII added or SDK only sends newly added PII if sendDefaultPII is enabled.
  • I updated the docs if needed.
  • I updated the wizard if needed.
  • Review from the native team if needed.
  • No breaking change or entry added to the changelog.
  • No breaking change for hybrid SDKs or communicated to hybrid SDKs.

🔮 Next steps

romtsn and others added 30 commits January 16, 2025 09:04
* 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
* 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>
* 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>
)

* Only provide {{auto}} ip-address if sendDefaultPii is enabled

* Update changelog
* Modifier.sentryTag uses Modifier.Node

* Update Changelog

* Add UI test for SentryModifier

* Make sentrymodifier a robolectric test

* Remove redundant dep

---------

Co-authored-by: Markus Hintersteiner <markus.hintersteiner@sentry.io>
Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com>
* feat(android-ndk): add api for getting debug images by addresses (#4089)

---------

Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
Co-authored-by: Markus Hintersteiner <markus.hintersteiner@sentry.io>

* Update Changelog

* Format code

* Fix switch sync/data classes to match 7.x.x

---------

Co-authored-by: Giancarlo Buenaflor <giancarlo_buenaflor@yahoo.com>
Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
…ion is not running (#4216)

* Ensure app start type is set, even when ActivityLifecycleIntegration is not activated

* Update Changelog

* Add proper tests

* Add code comments

* Unify handling

* Move all app start handling to AppStartMetrics

* Make tests happy

* Fix flaky RateLimiter test (#4100)

* changed RateLimiterTest `close cancels the timer` to use reflection

* Update sentry-android-core/src/main/java/io/sentry/android/core/ActivityLifecycleIntegration.java

Co-authored-by: Stefano <stefano.siano@sentry.io>

* Address PR feedback

* Fix post-merge conflict

* Format code

* Address PR feedback

* Address PR feedback

* Update sentry-android-core/src/main/java/io/sentry/android/core/performance/AppStartMetrics.java

---------

Co-authored-by: Stefano <stefano.siano@sentry.io>
Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
* Fix properly reset application/content-provider timespans

* Update Changelog
…7.x.x) (#4256)

* Fix AbstractMethodError when using SentryTraced for Jetpack Compose

* Override default interface impl to fix AbstractMethodError

* Update Changelog

* Update Changelog
… (#4260)

* WIP

* WIP

* Remove redundant line

* Add Tests

* api dump

* Formatting

* REset scope cache on new init

* Clean up

* Comment

* Changelog

* Workaround square/tape#173

* Add a comment to setBreadcrumbs

* Address PR review

* Update CHANGELOG.md
…sary (#4266)

* Avoid logging an error when a float is passed in the manifest

* Update CHANGELOG.md

---------

Co-authored-by: Stefano <stefano.siano@sentry.io>
romtsn and others added 21 commits March 20, 2025 10:19
…tination (#4185) (#4269)

* fix(session-replay):  Do not crash if navigation breadcrumb has no destination (#4185)

* Do not crash if navigation breadcrumb has not destination

* Changelog

* Fix test
…) (#4283)

* fix(replay): Change bitmap config to ARGB_8888 for screenshots

* Changelog
* Compress Screenshots on a background thread

* Update Changelog

* Recover APIs used by hybrid SDKs

* Recycle bitmap after compression
* Improve low memory breadcrumb capturing

* Changelog

* Debounce low memory breadcrumbs
)

* Make SystemEventsBreadcrumbsIntegration faster

* Changelog

* Fix leak
* perf(modules): Pre-load modules on a background thread

* Changelog

* Use a simple Thread instead of executor service
* fix(replay): Do not capture replay for cached events

* Changelog

* Formatting

* Wording

* Still caputre replay for outbox events
…pset (#4477)

* fix(replay): Do not capture replay for cached events

* Changelog

* Formatting

* Wording

* Still caputre replay for outbox events

* fix(replay): Fix crash on devices with the Unisoc/Spreadtrum T606 chipset

* typo

* Changelog

* Address PR feedback (#4481)

* Address PR feeback

* Cleanup

---------

Co-authored-by: Markus Hintersteiner <markus.hintersteiner@sentry.io>
… in Compose (#4361)

* WIP

* fix(replay): Use global visible rect when text layout is not laid out in Compose

* Revert

* Changelog
Newer versions of Compose seem to skip adding a SetText semantic entirely when a TextField is readOnly = true or enabled = false, so we fallback to the EditableText semantic which seems to be always present.
* Determine recording size based on active window

* Extend sample app with Dialog

* Update Changelog

* Use onPreDrawListener instead of onDrawListener for determining window size

* fix(replay): Fix window tracking (#4419)

* fix(replay): Fix window tracking

* api dump

* Fix Changelog

* Fix tests

* [SR] Remove configuration from start() method (#4454)

* Remove configuration from start() method

* Open up onConfigurationChanged for Hybrid SDKs

* Address logging concerns

* Format code

* Cache last known config

* Update sentry-android-replay/src/main/java/io/sentry/android/replay/capture/BaseCaptureStrategy.kt

Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com>

* Fix order

* Fix compile issue

---------

Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com>

---------

Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com>
Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
* Fix broken view hierarchy retrieval for Jetpack Compose 1.8+

* Update Changelog

* Fix tests

* Update Changelog

* Add more tests

* Allow null semantics, but mask in case an exception gets thrown

* Address PR feedback
… chipsets (#4510)

* fix(replay): Expand fix for crash on devices to all Unisoc/Spreadtrum chipsets

* pr id
…zed with non-positive values (#4536)

* fix(replay): Fix crash when hasSize returns true for negative values

* spotless

* Changelog
@romtsn romtsn closed this Jul 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants