GenkitG
Genkitโ€ข9mo ago
moderate-tomato

Is there a way to get firebase telemetry

Is there a way to get firebase telemetry information during a flow? For example
defineFlow({...}, async (input) => {
  ...
  const traceId = context.traceId
});

I am using this in Firebase Cloud using Typescript
Was this page helpful?