Skip to content

Conversation

@buenaflor
Copy link
Contributor

@buenaflor buenaflor commented Dec 29, 2025

📜 Description

Fixes log level not being set through env variable

💡 Motivation and Context

Fixes #366

💚 How did you test it?

Unit test

📝 Checklist

  • I reviewed submitted code
  • I added tests to verify changes
  • I updated the docs if needed
  • All tests passing
  • No breaking changes

🔮 Next steps

- Introduced `SENTRY_LOG_LEVEL` handling in `ConfigurationValues` to allow dynamic log level configuration.
- Updated the `merged` method to prioritize `platformEnv.logLevel` over other sources.
- Enhanced tests to cover new log level functionality, including handling empty values and priority merging.
- Updated the `enumerateDebugSearchRoots` function to yield a single intermediates directory for release builds, removing specific paths to avoid checksum conflicts during uploads.
@buenaflor buenaflor requested a review from denrase December 29, 2025 10:56
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.

SENTRY_LOG_LEVEL not respected

2 participants