IO-3468 Add sentry exceptions & minor nul coalesce fixes.

This commit is contained in:
Patrick Fic
2025-12-16 10:28:00 -08:00
parent 6ea1c291e6
commit 182a8d59ab
5 changed files with 12 additions and 9 deletions

View File

@@ -99,7 +99,7 @@ export const logImEXEvent = (eventName, additionalParams, stateProp = null) => {
// );
logEvent(analytics, eventName, eventParams);
//amplitude.track(eventName, eventParams);
posthog.capture(eventName, eventParams);
//posthog.capture(eventName, eventParams);
} finally {
//If it fails, just keep going.