Skip to content

Conversation

@Flash0ver
Copy link
Member

@Flash0ver Flash0ver commented Nov 6, 2025

Fixes #4539

TODO

  • remove "MinimumLogLevel" for Structured-Logs -> will be replaced by Configuration
  • minimum Log-Level Configuration should apply to Structured Logging
  • minimum Log-Level Configuration should no longer apply to Breadcrumbs
  • minimum Log-Level Configuration should no longer apply to Events
  • re-base to version6 branch after merge of ref(logs): make API stable (remove Experimental from Options) #4699
  • update from main after merge of version6 branch

@Flash0ver Flash0ver self-assigned this Nov 6, 2025
@Flash0ver Flash0ver added the Logs label Nov 6, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Nov 6, 2025

Fails
🚫 Please consider adding a changelog entry for the next release.

Instructions and example for changelog

Please add an entry to CHANGELOG.md to the "Unreleased" section. Make sure the entry includes this PR's number.

Example:

## Unreleased

### Fixes

- minimum Log-Level for Structured Logs ([#4700](https://github.com/getsentry/sentry-dotnet/pull/4700))

If none of the above apply, you can opt out of this check by adding #skip-changelog to the PR description or adding a skip-changelog label.

Generated by 🚫 dangerJS against 1a119b5

@Flash0ver Flash0ver changed the title fix(logs): fix(logs): minimum Log-Level for Structured Logs Nov 6, 2025
@codecov
Copy link

codecov bot commented Nov 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.83%. Comparing base (356f8e9) to head (1a119b5).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4700      +/-   ##
==========================================
- Coverage   73.85%   73.83%   -0.03%     
==========================================
  Files         485      485              
  Lines       17689    17681       -8     
  Branches     3496     3495       -1     
==========================================
- Hits        13064    13054      -10     
- Misses       3765     3766       +1     
- Partials      860      861       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Base automatically changed from logs/stable to version6 November 9, 2025 21:38
Base automatically changed from version6 to main November 14, 2025 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Logging-Configuration is not applied to Sentry-Logger-Provider

2 participants