Debug logging

This commit is contained in:
shamoon
2025-11-10 11:34:30 -08:00
parent afc0fe29ee
commit c562ce67c0

View File

@@ -119,6 +119,17 @@ export default function Integration({ config, params, setEvents, hideErrors, tim
`${event.title ?? ""}-${event.type ?? ""}-${event.status ?? ""}-${event.url ?? ""}-${event.location ?? ""}`,
);
const hash = simpleHash(`${eventIdentifier}-${occurrenceTimestamp}`);
console.log(
hash,
occurrenceTimestamp,
eventIdentifier,
event.id,
event.title,
event.type,
event.status,
event.url,
event.location,
);
let title = event.title;
if (showName) {