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.

14 lines (11 loc) 276 B
"use client"; import { useRollbarConfiguration } from './useRollbarConfiguration.js'; function useRollbarPerson(person) { useRollbarConfiguration({ payload: { person: person } }); } export { useRollbarPerson }; //# sourceMappingURL=useRollbarPerson.js.map