We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ce807 commit 42ff876Copy full SHA for 42ff876
packages/types/src/index.ts
@@ -54,7 +54,6 @@ import type {
54
Extra as Extra_imported,
55
ExtractedNodeRequestData as ExtractedNodeRequestData_imported,
56
Extras as Extras_imported,
57
- FeatureFlag as FeatureFlag_imported,
58
FeedbackEvent as FeedbackEvent_imported,
59
FeedbackFormData as FeedbackFormData_imported,
60
FeedbackInternalOptions as FeedbackInternalOptions_imported,
@@ -574,5 +573,3 @@ export type Profiler = Profiler_imported;
574
573
export type ViewHierarchyData = ViewHierarchyData_imported;
575
/** @deprecated This type has been moved to `@sentry/core`. */
576
export type ViewHierarchyWindow = ViewHierarchyWindow_imported;
577
-/** @deprecated This type has been moved to `@sentry/core`. */
578
-export type FeatureFlag = FeatureFlag_imported;
0 commit comments