Skip to content

Commit

Permalink
Fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDuckworth committed Sep 5, 2024
1 parent e1d5f62 commit 7083fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/system-test/tracing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import {
Context as OpenTelemetryContext,
} from '@opentelemetry/api';
import {TraceExporter} from '@google-cloud/opentelemetry-cloud-trace-exporter';
import {setLogFunction, Settings} from '@google-cloud/firestore';
import {Settings} from '@google-cloud/firestore';
import {
AlwaysOnSampler,
BatchSpanProcessor,
Expand All @@ -40,7 +40,7 @@ import {
ReadableSpan,
TimedEvent,
} from '@opentelemetry/sdk-trace-node';
import {Firestore} from '../src';
import {setLogFunction, Firestore} from '../src';
import {verifyInstance} from '../test/util/helpers';
import {
ATTRIBUTE_KEY_DOC_COUNT,
Expand Down

0 comments on commit 7083fd3

Please sign in to comment.