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
fix: tedious import types
  • Loading branch information
blumamir committed Apr 24, 2024
commit 8077112c56ea15aa216c6d89e9fddd17958ad6b7
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import {
DbSystemValues,
SemanticAttributes,
} from '@opentelemetry/semantic-conventions';
import type * as tedious from 'tedious';
import { TediousInstrumentationConfig } from './types';
import { getSpanName, once } from './utils';
import { VERSION } from './version';
Expand Down