Skip to content

Commit 4833cb0

Browse files
committed
ref(utils): drop export
1 parent fddb78c commit 4833cb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/types/src/client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Dsn } from './dsn';
1+
import { DsnLike } from './dsn';
22
import { Event, EventHint } from './event';
33
import { Integration, IntegrationClass } from './integration';
44
import { Options } from './options';
@@ -55,7 +55,7 @@ export interface Client<O extends Options = Options> {
5555
captureSession?(session: Session): void;
5656

5757
/** Returns the current Dsn. */
58-
getDsn(): Dsn | undefined;
58+
getDsn(): DsnLike | undefined;
5959

6060
/** Returns the current options. */
6161
getOptions(): O;

0 commit comments

Comments
 (0)