@ohbug/plugin-perfume

Ohbug plugin to collect performance information

Usage no npm install needed!

<script type="module">
  import ohbugPluginPerfume from 'https://cdn.skypack.dev/@ohbug/plugin-perfume';
</script>

README

@ohbug/plugin-perfume

npm npm bundle size Code style

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)