Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! fix: address breaking changes
  • Loading branch information
pichlermarc committed Jun 5, 2024
commit 002ca7bc1d76e160081990bf5a0a3b55787d92ad
2 changes: 1 addition & 1 deletion packages/opentelemetry-test-utils/src/test-fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import type { Instrumentation } from '@opentelemetry/instrumentation';
*/
export function createTestNodeSdk(opts: {
serviceName?: string;
instrumentations: (Instrumentation | Instrumentation[])[]
instrumentations: (Instrumentation | Instrumentation[])[];
}) {
const spanProcessor = process.env.OTEL_EXPORTER_OTLP_ENDPOINT
? undefined
Expand Down