diff --git a/components/crm/internal/bootstrap/config.tenant.go b/components/crm/internal/bootstrap/config.tenant.go index 359f6a3a4..85196677f 100644 --- a/components/crm/internal/bootstrap/config.tenant.go +++ b/components/crm/internal/bootstrap/config.tenant.go @@ -26,7 +26,7 @@ import ( "go.opentelemetry.io/otel/attribute" ) -const moduleName = "crm" +const moduleName = "crm-api" // initTenantMiddleware creates the tenant middleware for multi-tenant mode. // Returns (nil, nil, nil) when multi-tenant is disabled or the URL is not configured.