Skip to content

Commit 272fdbc

Browse files
committed
fix export
1 parent e2e8256 commit 272fdbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export { initAndBind } from './sdk';
3737
export { NoopTransport } from './transports/noop';
3838
export { createTransport } from './transports/base';
3939
export { SDK_VERSION } from './version';
40-
export { defaultCoreOptions, optionsToClientOptions } from './options';
40+
export { defaultCoreOptions } from './options';
4141

4242
import * as Integrations from './integrations';
4343

0 commit comments

Comments
 (0)