Skip to content

Commit e927148

Browse files
committed
Export basicLogger.
1 parent cca6db3 commit e927148

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/sdk/browser/src/compat/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* support for some previously available options.
77
*/
88
import {
9+
basicLogger,
910
EvaluationSeriesContext,
1011
EvaluationSeriesData,
1112
Hook,
@@ -54,6 +55,7 @@ export type {
5455
IdentifySeriesData,
5556
IdentifySeriesResult,
5657
IdentifySeriesStatus,
58+
basicLogger,
5759
};
5860

5961
/**

0 commit comments

Comments
 (0)