Skip to content

Commit 4e107aa

Browse files
committed
add a default for the generic
1 parent 85093da commit 4e107aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/core/src/server-runtime-client.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ export interface ServerRuntimeClientOptions extends ClientOptions<BaseTransportO
2828
/**
2929
* The Sentry Server Runtime Client SDK.
3030
*/
31-
export class ServerRuntimeClient<O extends ClientOptions & ServerRuntimeClientOptions> extends BaseClient<O> {
31+
export class ServerRuntimeClient<
32+
O extends ClientOptions & ServerRuntimeClientOptions = ServerRuntimeClientOptions,
33+
> extends BaseClient<O> {
3234
/**
3335
* Creates a new Edge SDK instance.
3436
* @param options Configuration options for this SDK.

0 commit comments

Comments
 (0)