From 7e893ef44950f093cb3497421aa8b8ff2b1d5171 Mon Sep 17 00:00:00 2001 From: Andrew Liu <159852527+aliu39@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:31:51 -0800 Subject: [PATCH] feat(flags): export FeatureFlagContext type from core/types-hoist --- packages/core/src/types-hoist/index.ts | 1 + 1 file changed, 1 insertion(+) 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';