UNPKG

156 BJavaScriptView Raw
1const { track } = require('../utils/telemetry')
2
3const hook = async function(options) {
4 track(options.eventName, options.payload)
5}
6module.exports = hook