Skip to content

Latest commit

 

History

History

extension-web-vitals

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Ohbug

An open source application information monitoring platform.

@ohbug/extension-web-vitals

npm npm bundle size

Ohbug extension to collect performance information

Installation

pnpm i web-vitals @ohbug/extension-web-vitals

Usage

import Ohbug from '@ohbug/browser'
import OhbugExtensionWebVitals from '@ohbug/extension-web-vitals'

const client = Ohbug.setup({ apiKey: 'YOUR_API_KEY' })
client.use(OhbugExtensionWebVitals())