Skip to content

Commit 634df43

Browse files
fix missing logger=
1 parent 75b18ff commit 634df43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/js/feedback/FeedbackForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { SendFeedbackParams } from '@sentry/core';
2-
import { captureFeedback, getCurrentScope, lastEventId } from '@sentry/core';
2+
import { captureFeedback, getCurrentScope, lastEventId, logger } from '@sentry/core';
33
import * as React from 'react';
44
import type { KeyboardTypeOptions } from 'react-native';
55
import {

0 commit comments

Comments
 (0)