We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf83eb commit d15a3ddCopy full SHA for d15a3dd
packages/core/src/baseclient.ts
@@ -77,7 +77,7 @@ export abstract class BaseClient<B extends Backend, O extends Options> implement
77
protected readonly _options: O;
78
79
/** The client Dsn, if specified in options. Without this Dsn, the SDK will be disabled. */
80
- protected readonly _dsn?: Dsn;
+ protected readonly _dsn?: DsnComponents;
81
82
/** Array of used integrations. */
83
protected _integrations: IntegrationIndex = {};
0 commit comments