v0.51.0 - September 4, 2026
What's New
-
Identity attributes on log records: OTel log records now automatically carry
sap.tenancy.tenant_idanduser.id, matching the attributes already present on traces. The newIdentityLogFilteris installed on theLoggingHandleras part ofsetup_log_provider()/auto_instrument().Resolution priority for both attributes:
- Runtime context populated by
bootstrap()(GLOBAL_TENANT_ID,USER_IDfromIASContextProvider) - IAS auth context set by
StarletteIASTelemetryMiddleware(sap_gtid,user_uuidclaims) - Omitted when no identity is available (e.g. log lines emitted at startup)
Contributors
- Runtime context populated by