create direct message

This commit is contained in:
Peter Maquiran
2024-08-19 16:01:58 +01:00
parent 29d0a9b55e
commit ae50d9b3bd
46 changed files with 500 additions and 297 deletions
+2 -4
View File
@@ -43,14 +43,12 @@ export class WebSocketGraylogService {
payload: data.payload,
requestId: data.requestId,
parentSpan: {
traceId: data.spanContext.spanContext().traceId,
spanId: data.spanContext.spanContext().spanId,
traceId: data?.spanContext?.spanContext().traceId,
spanId: data?.spanContext?.spanContext().spanId,
}
}));
// data.spanContext.end()
} else {
console.warn('WebSocket is not open. Message not sent.');
}
}