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.

11 lines (8 loc) 254 B
"use client"; import { useRollbar } from './useRollbar.js'; function useRollbarConfiguration(config) { var rollbar = useRollbar(); rollbar.configure(config); } export { useRollbarConfiguration }; //# sourceMappingURL=useRollbarConfiguration.js.map