Skip to content
On this page

Feedbacks

通过集成 @ohbug/extension-feedback Ohbug 支持收集用户反馈信息。

Installation

sh
pnpm i @ohbug/extension-feedback
js
import Ohbug from '@ohbug/browser'
import OhbugExtensionFeedback from '@ohbug/extension-feedback'

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

Released under the Apache License 2.0 License.