UNPKG

@bn-digital/sdk

Version:

SDK & utility used in BN Digital projects

5 lines (4 loc) 200 B
import { BrowserOptions } from '@sentry/react'; export { withProfiler, withErrorBoundary } from '@sentry/react'; declare function initSentry(options: BrowserOptions): void; export { initSentry };