diff --git a/packages/core/src/types-hoist/index.ts b/packages/core/src/types-hoist/index.ts index 3433c17092cf..8d0882fa7e26 100644 --- a/packages/core/src/types-hoist/index.ts +++ b/packages/core/src/types-hoist/index.ts @@ -19,6 +19,7 @@ export type { TraceContext, CloudResourceContext, MissingInstrumentationContext, + FeatureFlagContext, } from './context'; export type { DataCategory } from './datacategory'; export type { DsnComponents, DsnLike, DsnProtocol } from './dsn';