We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f8d6d commit ddb784dCopy full SHA for ddb784d
1 file changed
packages/core/src/js/feedback/FeedbackWidget.tsx
@@ -1,6 +1,6 @@
1
/* eslint-disable max-lines */
2
import type { SendFeedbackParams, User } from '@sentry/core';
3
-import { captureFeedback, getCurrentScope, getIsolationScope, getGlobalScope, lastEventId, logger } from '@sentry/core';
+import { captureFeedback, getCurrentScope, getGlobalScope, getIsolationScope, lastEventId, logger } from '@sentry/core';
4
import * as React from 'react';
5
import type { KeyboardTypeOptions ,
6
NativeEventSubscription} from 'react-native';
0 commit comments