File tree Expand file tree Collapse file tree 3 files changed +4
-19
lines changed Expand file tree Collapse file tree 3 files changed +4
-19
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ import {
1616 DEFAULT_REQUEST_TIMEOUT_IN_MILLISECONDS ,
1717 Script ,
1818 StartSocketConnection ,
19+ createLeakedOtelSpan ,
20+ dropOtelSpan ,
1921 getStatistics ,
2022 valueFromSplitPointer ,
2123} from "../build-ts/native" ;
@@ -261,7 +263,6 @@ import {
261263 Routes ,
262264} from "./GlideClusterClient" ;
263265import { Logger } from "./Logger" ;
264- import { createLeakedOtelSpan , dropOtelSpan } from "./native" ;
265266import { OpenTelemetry } from "./OpenTelemetry" ;
266267
267268/* eslint-disable-next-line @typescript-eslint/no-explicit-any */
Original file line number Diff line number Diff line change 3434 * - Invalid configuration will throw an error synchronously when calling `OpenTelemetry.init()`.
3535 */
3636
37- import { InitOpenTelemetry , OpenTelemetryConfig } from "glide-rs " ;
37+ import { InitOpenTelemetry , OpenTelemetryConfig } from "../build-ts/native " ;
3838import { ConfigurationError } from "./Errors" ;
3939import { Logger } from "./Logger" ;
4040
Original file line number Diff line number Diff line change 66 * - All TypeScript client-side APIs from ./src/
77 */
88
9- import * as Native from "../build-ts/native" ;
109
11- export const {
12- Level,
13- MAX_REQUEST_ARGS_LEN ,
14- DEFAULT_REQUEST_TIMEOUT_IN_MILLISECONDS ,
15- DEFAULT_CONNECTION_TIMEOUT_IN_MILLISECONDS ,
16- DEFAULT_INFLIGHT_REQUESTS_LIMIT ,
17- AsyncClient,
18- StartSocketConnection,
19- log,
20- InitInternalLogger,
21- valueFromSplitPointer,
22- createLeakedStringVec,
23- Script,
24- ClusterScanCursor,
25- getStatistics,
26- } = Native ;
10+ export * from "../build-ts/native" ;
2711
2812// Export TypeScript APIs
2913export * from "./BaseClient.js" ;
You can’t perform that action at this time.
0 commit comments