Skip to content

Commit e2cd850

Browse files
committed
optional url
1 parent bd7370d commit e2cd850

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
@@ -107,7 +107,7 @@ export abstract class BaseClient<O extends ClientOptions> implements Client<O> {
107107
IS_DEBUG_BUILD && logger.warn('No DSN provided, client will not do anything.');
108108
}
109109

110-
this._transport = options.transport({ ...options.transportOptions, url: url || '' });
110+
this._transport = options.transport({ ...options.transportOptions, url });
111111
}
112112

113113
/**

0 commit comments

Comments
 (0)