@ohbug/plugin-perfume
v0.0.6
Published
Ohbug plugin to collect performance information
Downloads
6
Readme
@ohbug/plugin-perfume
Package perfume.js, to collect performance information.
Installation
yarn add perfume.js @ohbug/plugin-perfume
Usage
import { applyPlugin } from '@ohbug/core'
import ohbugPluginPerfume from '@ohbug/plugin-perfume'
import { init } from '@ohbug/browser'
const enhancer = applyPlugin(ohbugPluginPerfume)
init({ apiKey: 'YOUR_API_KEY' }, enhancer)