We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e8256 commit 272fdbcCopy full SHA for 272fdbc
packages/core/src/index.ts
@@ -37,7 +37,7 @@ export { initAndBind } from './sdk';
37
export { NoopTransport } from './transports/noop';
38
export { createTransport } from './transports/base';
39
export { SDK_VERSION } from './version';
40
-export { defaultCoreOptions, optionsToClientOptions } from './options';
+export { defaultCoreOptions } from './options';
41
42
import * as Integrations from './integrations';
43
0 commit comments