Skip to content

Commit 42ff876

Browse files
authored
meta(types): Remove Feature Flag APIs from deprecated package (#14591)
1 parent 92ce807 commit 42ff876

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/types/src/index.ts

-3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ import type {
5454
Extra as Extra_imported,
5555
ExtractedNodeRequestData as ExtractedNodeRequestData_imported,
5656
Extras as Extras_imported,
57-
FeatureFlag as FeatureFlag_imported,
5857
FeedbackEvent as FeedbackEvent_imported,
5958
FeedbackFormData as FeedbackFormData_imported,
6059
FeedbackInternalOptions as FeedbackInternalOptions_imported,
@@ -574,5 +573,3 @@ export type Profiler = Profiler_imported;
574573
export type ViewHierarchyData = ViewHierarchyData_imported;
575574
/** @deprecated This type has been moved to `@sentry/core`. */
576575
export type ViewHierarchyWindow = ViewHierarchyWindow_imported;
577-
/** @deprecated This type has been moved to `@sentry/core`. */
578-
export type FeatureFlag = FeatureFlag_imported;

0 commit comments

Comments
 (0)