Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

docs: add XML comments for boolean return of ILogEntryFilter - #5297

#5297
Merged
jamescrosswell merged 3 commits into
maingetsentry/sentry-dotnet:mainfrom
docs/extensions-logging-filtersgetsentry/sentry-dotnet:docs/extensions-logging-filtersCopy head branch name to clipboard
Jun 23, 2026
Merged

docs: add XML comments for boolean return of ILogEntryFilter#5297
jamescrosswell merged 3 commits into
maingetsentry/sentry-dotnet:mainfrom
docs/extensions-logging-filtersgetsentry/sentry-dotnet:docs/extensions-logging-filtersCopy head branch name to clipboard

Conversation

@Flash0ver

@Flash0ver Flash0ver commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

resolves #5296

Summary

Add missing documentation comments for the bool return value of Sentry.Extensions.Logging Filter-Option.

Remarks

Also fixes a typo.

Changelog Entry

docs: add XML comments for boolean return of Sentry.Extensions.Logging Filters

@codecov

codecov Bot commented Jun 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.12%. Comparing base (2f2842f) to head (c80d65b).
⚠️ Report is 12 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5297      +/-   ##
==========================================
- Coverage   74.13%   74.12%   -0.02%     
==========================================
  Files         508      508              
  Lines       18320    18320              
  Branches     3584     3584              
==========================================
- Hits        13581    13579       -2     
- Misses       3864     3865       +1     
- Partials      875      876       +1     

☔ View full report in Codecov by Harness.
📢 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.

Comment thread src/Sentry.Extensions.Logging/SentryLoggingOptionsExtensions.cs Outdated

@Flash0ver Flash0ver left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: do we want to mention XML-doc only changes in the CHANGELOG.md?

I could imagine that we don't.

@Flash0ver
Flash0ver marked this pull request as ready for review June 23, 2026 10:51
/// Creates a new instance of <see cref="DelegateLogEntryFilter"/>
/// </summary>
/// <param name="filter"></param>
/// <param name="filter">The filter <see langword="delegate"/>.</param>

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: do we want to mention XML-doc only changes in the CHANGELOG.md?

If not - which I can imagine - we should remove the ### Changelog Entry from the PR description, and also add the skip-changelog label.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is more of a general question, I realize:

the documentation of Craft mentions:
https://craft.sentry.dev/configuration/#changelog-policies

image

But we didn't do this before ... so I'm leaning towards not doing it now either.

@jamescrosswell jamescrosswell left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment thread src/Sentry.Extensions.Logging/SentryLoggingOptionsExtensions.cs Outdated
@jamescrosswell
jamescrosswell merged commit 39905e9 into main Jun 23, 2026
2 of 3 checks passed
@jamescrosswell
jamescrosswell deleted the docs/extensions-logging-filters branch June 23, 2026 22:02
This was referenced Jul 20, 2026
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.

docs: Indicate which bool return value of AddLogEntryFilter actually excludes a message

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.