From f886b9f8678b87837703278cbde7410dcd545ae3 Mon Sep 17 00:00:00 2001 From: vrtnis <123119434+vrtnis@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:53:19 -0700 Subject: [PATCH] Add Pendo integration with initialization (#373) * Add Pendo integration with initialization and typescript types * Fix formatting issues --- frontend/index.html | 15 ++++++++++++++- frontend/src/App.tsx | 33 ++++++++++++++++++++++++++++++++- frontend/src/pendo.d.ts | 23 +++++++++++++++++++++++ 3 files changed, 69 insertions(+), 2 deletions(-) create mode 100644 frontend/src/pendo.d.ts diff --git a/frontend/index.html b/frontend/index.html index e1945184..cabbd9c2 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -21,6 +21,19 @@ + +