Skip to content

Commit 7e893ef

Browse files
committed
feat(flags): export FeatureFlagContext type from core/types-hoist
1 parent e8847ee commit 7e893ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/types-hoist/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export type {
1919
TraceContext,
2020
CloudResourceContext,
2121
MissingInstrumentationContext,
22+
FeatureFlagContext,
2223
} from './context';
2324
export type { DataCategory } from './datacategory';
2425
export type { DsnComponents, DsnLike, DsnProtocol } from './dsn';

0 commit comments

Comments
 (0)