Skip to content

Commit 84953fa

Browse files
committed
remove types for now
1 parent 3a74a05 commit 84953fa

File tree

3 files changed

+1
-19
lines changed

3 files changed

+1
-19
lines changed

packages/feedback/src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
export type { SendFeedbackData } from './types';
2-
export { sendFeedbackRequest } from './util/sendFeedbackRequest';
1+
export {sendFeedbackRequest} from './util/sendFeedbackRequest';

packages/types/src/feedback.ts

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

packages/types/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ export type {
6969
Profile,
7070
} from './profiling';
7171
export type { ReplayEvent, ReplayRecordingData, ReplayRecordingMode } from './replay';
72-
export type { FeedbackEvent } from './feedback';
7372
export type { QueryParams, Request, SanitizedRequestData } from './request';
7473
export type { Runtime } from './runtime';
7574
export type { CaptureContext, Scope, ScopeContext } from './scope';

0 commit comments

Comments
 (0)