Skip to content

Add correlation ID to context for HttpClient access#356

Merged
StuartFerguson merged 2 commits into
masterfrom
bug/#355_set_correlationid_in_httpcontext
Jul 31, 2025
Merged

Add correlation ID to context for HttpClient access#356
StuartFerguson merged 2 commits into
masterfrom
bug/#355_set_correlationid_in_httpcontext

Conversation

@StuartFerguson

Copy link
Copy Markdown
Member

This change stores the parsed correlationId as a string in the context.Items dictionary. This enhancement allows the middleware to share the correlation ID across different components of the application, improving traceability and context management.

closes #355

This change stores the parsed `correlationId` as a string in the `context.Items` dictionary. This enhancement allows the middleware to share the correlation ID across different components of the application, improving traceability and context management.
@StuartFerguson StuartFerguson merged commit 830566e into master Jul 31, 2025
10 checks passed
@github-actions github-actions Bot deleted the bug/#355_set_correlationid_in_httpcontext branch September 30, 2025 01:48
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.

Tennant Middleware is not storing the correlation id in the HttpContext

1 participant