feat(android): [Logs and Metrics Enable Flags 8] Warn for legacy Logs metadata - #5949
Open
adinauer wants to merge 2 commits into
Open
feat(android): [Logs and Metrics Enable Flags 8] Warn for legacy Logs metadata#5949adinauer wants to merge 2 commits into
adinauer wants to merge 2 commits into
Conversation
Detect explicit io.sentry.logs.enabled Android manifest metadata and emit tailored migration warnings without changing the integration-local Logs options. Co-Authored-By: Claude <noreply@anthropic.com>
This was referenced Aug 13, 2026
Contributor
|
📲 Install BuildsAndroid
|
This was referenced Aug 13, 2026
8 tasks
Contributor
Performance metrics 🚀
|
This was referenced Aug 13, 2026
adinauer
marked this pull request as ready for review
August 13, 2026 13:41
adinauer
requested review from
0xadam-brown,
markushi,
romtsn and
runningcode
as code owners
August 13, 2026 13:41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Stack (Logs and Metrics Enable Flags)
📜 Description
Detects explicit
io.sentry.logs.enabledAndroid manifest metadata and emits a tailored migration warning for bothtrueandfalsevalues.The legacy value is read only to select the warning. It does not change Timber or Logcat integration-local opt-ins, and absent metadata emits no warning.
💡 Motivation and Context
The aggregate Logs enable flag was removed in the previous PR. Android applications may still carry the old manifest key, so a targeted startup warning explains the new behavior and points users toward integration-local opt-ins without silently applying obsolete configuration.
💚 How did you test it?
./gradlew :sentry-android-core:testReleaseUnitTest./gradlew spotlessApply apiDumptrue, and explicitfalsemetadata📝 Checklist
sendDefaultPIIis enabled.🔮 Next steps
Add equivalent migration warnings for legacy external and Spring Boot Logs configuration.
#skip-changelog