Skip to content

Commit ce2893f

Browse files
author
farfromrefug
committed
fix: expose captureFeedback
1 parent 8f13db3 commit ce2893f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import { Trace } from '@nativescript/core';
4040
export { NativescriptOptions } from './options';
4141
export { NativescriptClient } from './client';
4242

43-
export { init, setDist, setRelease, nativeCrash, flush, close } from './sdk';
43+
export { init, setDist, setRelease, nativeCrash, flush, close, captureUserFeedback } from './sdk';
4444
// export { TouchEventBoundary, withTouchEventBoundary } from './touchevents';
4545

4646
export {

0 commit comments

Comments
 (0)