Skip to content

Install Pendo Analytics#2

Open
lci-novus-dev[bot] wants to merge 1 commit intomainfrom
pendo-installation-e13cd
Open

Install Pendo Analytics#2
lci-novus-dev[bot] wants to merge 1 commit intomainfrom
pendo-installation-e13cd

Conversation

@lci-novus-dev
Copy link
Copy Markdown

@lci-novus-dev lci-novus-dev bot commented Mar 3, 2026

Summary

Install Pendo analytics into the PromptProof Dashboard application. The Pendo agent script is loaded in the HTML entry point, and initialization with an anonymous visitor ID is added to the React app entry point, since no authentication flow or user metadata exists in this codebase.

Changes

  • Added Pendo install script with API key 53c04fbd-8865-4669-b5ea-6628c3bfe529 to the section of index.html
  • Added pendo.initialize() call with anonymous visitor ID in src/dashboard/index.tsx before React render
  • Created src/global.d.ts with TypeScript type declaration for the pendo global variable

Notes

  • No authentication flow exists in this codebase, so Pendo is initialized with an anonymous visitor ID. When auth is added later, a pendo.identify() call should be added with real visitor/account data.
  • The visitor metadata analysis returned empty arrays, so no custom attributes are included in the initialization.

Generated by Nova AI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants