Skip to content

Commit bfa0d8d

Browse files
committed
fix types
1 parent d901a62 commit bfa0d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { ClientOptions } from './options';
55
import { Scope } from './scope';
66
import { Session } from './session';
77
import { Severity, SeverityLevel } from './severity';
8-
import { Transport, NewTransport } from './transport';
8+
import { NewTransport } from './transport';
99

1010
/**
1111
* User-Facing Sentry SDK Client.

0 commit comments

Comments
 (0)