Track application milestones and state changes using event logging
await trace.event({ id: "event-id", name: "travel-plan-emailed", tags: { "email": "[email protected]" }, });
Was this page helpful?