Skip to content

Commit 57fff8d

Browse files
committed
remove extra files touched
1 parent 1e05862 commit 57fff8d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/feedback-screenshot/src/screenshot.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { convertIntegrationFnToClass, defineIntegration } from '@sentry/core';
22
import type { Integration, IntegrationClass, IntegrationFn } from '@sentry/types';
3+
import { ScreenshotButton } from './screenshotButton';
34
import { GLOBAL_OBJ } from '@sentry/utils';
45
import { h, render } from 'preact';
5-
import { ScreenshotButton } from './screenshotButton';
66

77
interface FeedbackScreenshotOptions {
88
buttonRef: HTMLDivElement;

packages/feedback/src/util/sendFeedbackRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { createAttachmentEnvelope, createEventEnvelope, getClient, withScope } from '@sentry/core';
1+
import { createEventEnvelope, getClient, withScope, createAttachmentEnvelope } from '@sentry/core';
22
import type { Attachment, FeedbackEvent, TransportMakeRequestResponse } from '@sentry/types';
33

44
import { FEEDBACK_API_SOURCE, FEEDBACK_WIDGET_SOURCE } from '../constants';

packages/feedback/src/widget/Form.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import * as ScreenshotIntegration from '@sentry-internal/feedback-screenshot';
21
import type { Attachment } from '@sentry/types';
32
import type { FeedbackComponent, FeedbackFormData, FeedbackInternalOptions, FeedbackTextConfiguration } from '../types';
43
import { SubmitButton } from './SubmitButton';
54
import { createElement } from './util/createElement';
5+
import * as ScreenshotIntegration from '@sentry-internal/feedback-screenshot';
66

77
export interface FormComponentProps
88
extends Pick<

packages/feedback/src/widget/createWidget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { getCurrentScope } from '@sentry/core';
2-
import type { Attachment } from '@sentry/types';
32
import { logger } from '@sentry/utils';
3+
import type { Attachment } from '@sentry/types';
44
import type { FeedbackFormData, FeedbackInternalOptions, FeedbackWidget } from '../types';
55
import { handleFeedbackSubmit } from '../util/handleFeedbackSubmit';
66
import type { ActorComponent } from './Actor';

0 commit comments

Comments
 (0)