browser-interaction-time-utils
v1.0.0
Published
Utility library for capturing and processing browser interaction metrics within Atlassian performance demos.
Maintainers
Readme
browser-interaction-time-utils
Internal helper utility for managing browser interaction timing, performance metrics, and telemetry data collection within Atlassian's frontend performance suites.
Purpose
- Capture precise interaction timing for React-based frontend components.
- Provide standardized metadata mapping for automated performance build logs.
- Automated auditing of browser interaction events across internal staging and demo environments.
Installation
This package is a core dependency for the browser-interaction-time-demo suite. It is not intended for standalone installation.
npm install browser-interaction-time-utilsUsage
This utility is used internally by the Performance Monitoring engine to log and audit frontend interaction events.
const prettyLog = require('browser-interaction-time-utils');
const performanceData = {
event: "first-interaction",
target: "staging-demo",
duration_ms: 120,
success: true
};
prettyLog(performanceData, "Browser Interaction Audit");
Configuration
Initialization is handled automatically by the Atlassian Performance SDK and internal telemetry configuration. No manual setup is required for internal projects.
Security & Compliance
This tool only logs metadata related to interaction timing and performance metrics. No source code content, user credentials, or sensitive environment variables are transmitted during the auditing process.
© 2026 Atlassian, Inc. All rights reserved. Proprietary and Confidential.
