@amplitude/plugin-web-vitals-browser
v1.1.14
Published
<p align="center"> <a href="https://amplitude.com" target="_blank" align="center"> <img src="https://static.amplitude.com/lightning/46c85bfd91905de8047f1ee65c7c93d6fa9ee6ea/static/media/amplitude-logo-with-text.4fb9e463.svg" width="280"> </a> <b
Maintainers
Keywords
Readme
@amplitude/plugin-web-vitals-browser (beta)
This plugin is in beta at the moment, naming and interface might change in the future.
Autocaptures web-vitals metrics (INP, LCP, FCP, CLS)
Installation
This package is published on NPM registry and is available to be installed using npm and yarn.
# npm
npm install @amplitude/plugin-web-vitals-browser@beta
# yarn
yarn add @amplitude/plugin-web-vitals-browser@betaUsage
import * as amplitude from '@amplitude/analytics-browser';
import { webVitalsPlugin } from '@amplitude/plugin-web-vitals-browser';2. Instantiate the plugin
const plugin = webVitalsPlugin();3. Install plugin to Amplitude SDK
amplitude.add(plugin);4. Initialize Amplitude SDK
amplitude.init('API_KEY');