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.

13 lines (9 loc) 302 B
"use client"; 'use strict'; var useRollbar = require('./useRollbar.js'); function useRollbarConfiguration(config) { var rollbar = useRollbar.useRollbar(); rollbar.configure(config); } exports.useRollbarConfiguration = useRollbarConfiguration; //# sourceMappingURL=useRollbarConfiguration.js.map