refactor: update application name and related identifiers from Analytics to Pulse for consistent branding across the codebase

This commit is contained in:
Usman Baig
2026-01-19 17:20:01 +01:00
parent b8c129a62a
commit 5d867dd519
7 changed files with 11 additions and 11 deletions

View File

@@ -19,7 +19,7 @@
}
const domain = script.getAttribute('data-domain');
const apiUrl = script.getAttribute('data-api') || 'https://analytics-api.ciphera.net';
const apiUrl = script.getAttribute('data-api') || 'https://pulse-api.ciphera.net';
// * Performance Monitoring (Core Web Vitals) State
let currentEventId = null;