We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4038c0 commit 7b4bc4cCopy full SHA for 7b4bc4c
src/events/router.ts
@@ -52,6 +52,8 @@ async function onEventReceived(
52
return errored({ code: 'EVENT_TYPE_NOT_FOUND', type: payload.type });
53
}
54
55
+ console.log('Received event:', JSON.stringify(payload));
56
+
57
const eventMonitor = prometheus.trackEvent();
58
59
const executionResult = await matchingEvent.execute(payload.data, client);
0 commit comments