UNPKG

@rollbar/react

Version:

Effortlessly track and debug errors in your React applications with Rollbar. This package includes advanced error tracking features and a set of React-specific enhancements to help you identify and fix issues more quickly.

16 lines (12 loc) 330 B
"use client"; 'use strict'; var useRollbarConfiguration = require('./useRollbarConfiguration.js'); function useRollbarPerson(person) { useRollbarConfiguration.useRollbarConfiguration({ payload: { person: person } }); } exports.useRollbarPerson = useRollbarPerson; //# sourceMappingURL=useRollbarPerson.js.map