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 bd7370d commit e2cd850Copy full SHA for e2cd850
packages/core/src/baseclient.ts
@@ -107,7 +107,7 @@ export abstract class BaseClient<O extends ClientOptions> implements Client<O> {
107
IS_DEBUG_BUILD && logger.warn('No DSN provided, client will not do anything.');
108
}
109
110
- this._transport = options.transport({ ...options.transportOptions, url: url || '' });
+ this._transport = options.transport({ ...options.transportOptions, url });
111
112
113
/**
0 commit comments