JasperFx / wolverine

Supercharged .NET server side development!
https://wolverinefx.net
MIT License
1.17k stars 126 forks source link

Add the tenant ID to the current request activity #953

Closed Xzelsius closed 1 day ago

Xzelsius commented 2 days ago

Whenever a tenant ID is successfully detected in the TryDetectTenantId(HttpContext httpContext) it now is added as a tag to the current activity.

The message handler did already tag it, HTTP endpoints were missing it.