@sentry/browser
Version:
Official Sentry SDK for browsers
7 lines • 337 B
TypeScript
import { buildFeedbackIntegration } from '@sentry-internal/feedback';
/**
* An integration to add user feedback to your application,
* while loading most of the code lazily only when it's needed.
*/
export declare const feedbackAsyncIntegration: ReturnType<typeof buildFeedbackIntegration>;
//# sourceMappingURL=feedbackAsync.d.ts.map