feat: Pass tracing info with websocket (#9627)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2025-07-31 22:58:25 +05:00
committed by GitHub
parent fd5354a7d1
commit d32beb8ead
24 changed files with 694 additions and 440 deletions
+4 -1
View File
@@ -1309,7 +1309,10 @@ export class TSessionManager implements SessionManager {
this.createOpContext(callTx, requestCtx, pipeline, request.id, service, ws, rateLimit),
...params
]),
{ ...request, user: service.getUser, socialId: service.getRawAccount().primarySocialId }
{ ...request, user: service.getUser, socialId: service.getRawAccount().primarySocialId },
{
meta: request.meta
}
)
})
} catch (err: any) {