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 75b18ff commit 634df43Copy full SHA for 634df43
packages/core/src/js/feedback/FeedbackForm.tsx
@@ -1,5 +1,5 @@
1
import type { SendFeedbackParams } from '@sentry/core';
2
-import { captureFeedback, getCurrentScope, lastEventId } from '@sentry/core';
+import { captureFeedback, getCurrentScope, lastEventId, logger } from '@sentry/core';
3
import * as React from 'react';
4
import type { KeyboardTypeOptions } from 'react-native';
5
import {
0 commit comments