Skip to content

Commit d15a3dd

Browse files
committed
fix(core): dns type
1 parent edf83eb commit d15a3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/baseclient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export abstract class BaseClient<B extends Backend, O extends Options> implement
7777
protected readonly _options: O;
7878

7979
/** The client Dsn, if specified in options. Without this Dsn, the SDK will be disabled. */
80-
protected readonly _dsn?: Dsn;
80+
protected readonly _dsn?: DsnComponents;
8181

8282
/** Array of used integrations. */
8383
protected _integrations: IntegrationIndex = {};

0 commit comments

Comments
 (0)