Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add EnrichDiagnosticContextAsync to allow async calls #346

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Commits on Sep 20, 2023

  1. Add EnrichDiagnosticContextAsync to allow async calls during request …

    …completion
    
    If you want to add properties to the diagnostic context that require async calls (e.g. reading request body), EnrichDiagnosticContextAsync allows to hand over your own async method.
    hbunjes committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    bf8b919 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Make sure the async enricher is only called if logger is enabled and …

    …also in case of an exception thrown before
    hbunjes committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    986563a View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    6a3730c View commit details
    Browse the repository at this point in the history