Skip to content

Commit

Permalink
ref(utils): drop export
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBa committed Dec 20, 2021
1 parent 73708f0 commit 86e3eb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/types/src/client.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Dsn } from './dsn';
import { DsnLike } from './dsn';
import { Event, EventHint } from './event';
import { Integration, IntegrationClass } from './integration';
import { Options } from './options';
Expand Down Expand Up @@ -55,7 +55,7 @@ export interface Client<O extends Options = Options> {
captureSession?(session: Session): void;

/** Returns the current Dsn. */
getDsn(): Dsn | undefined;
getDsn(): DsnLike | undefined;

/** Returns the current options. */
getOptions(): O;
Expand Down

0 comments on commit 86e3eb1

Please sign in to comment.