mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-21 11:52:23 +02:00
feat: Pass tracing info with websocket (#9627)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -129,7 +129,7 @@ export async function start (ctx: MeasureContext, brandingMap: BrandingMap): Pro
|
||||
state: payloadData.state
|
||||
})
|
||||
await ctx.with('request-github-access-token', {}, async (ctx) => {
|
||||
await worker.requestGithubAccessToken({
|
||||
await worker.requestGithubAccessToken(ctx, {
|
||||
workspace: decodedToken.workspace,
|
||||
accountId: payloadData.accountId,
|
||||
code: payloadData.code,
|
||||
|
||||
Reference in New Issue
Block a user