Skip to content

Commit f71e413

Browse files
c298leebillyvg
authored andcommitted
fix files changed
1 parent abe3ab9 commit f71e413

File tree

5 files changed

+3
-92
lines changed

5 files changed

+3
-92
lines changed

packages/core/src/utils/isSentryRequestUrl.ts

Lines changed: 0 additions & 29 deletions
This file was deleted.

packages/core/test/lib/utils/isSentryRequestUrl.test.ts

Lines changed: 0 additions & 26 deletions
This file was deleted.

packages/feedback/src/util/prepareFeedbackEvent.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import type {Scope} from '@sentry/core';
22
import {prepareEvent} from '@sentry/core';
3-
import type { Client, FeedbackEvent } from '@sentry/types';
4-
// import type { FeedbackEvent } from '../types';
3+
import type { Client } from '@sentry/types';
4+
5+
import type { FeedbackEvent } from '../types';
56

67
/**
78
* Prepare a feedback event & enrich it with the SDK metadata.

packages/node-experimental/src/utils/getRequestUrl.ts

Lines changed: 0 additions & 15 deletions
This file was deleted.

packages/node-experimental/test/utils/getRequestUrl.test.ts

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)