Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: Enrich context before collecting properties
LogCompletion event was not including properties added via `EnrichDiagnosticContext` delegate on options because the properties had been collected before invoking the enricher. Swapping the order of the statements fixes this.
- Loading branch information