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 85093da commit 4e107aaCopy full SHA for 4e107aa
packages/core/src/server-runtime-client.ts
@@ -28,7 +28,9 @@ export interface ServerRuntimeClientOptions extends ClientOptions<BaseTransportO
28
/**
29
* The Sentry Server Runtime Client SDK.
30
*/
31
-export class ServerRuntimeClient<O extends ClientOptions & ServerRuntimeClientOptions> extends BaseClient<O> {
+export class ServerRuntimeClient<
32
+ O extends ClientOptions & ServerRuntimeClientOptions = ServerRuntimeClientOptions,
33
+> extends BaseClient<O> {
34
35
* Creates a new Edge SDK instance.
36
* @param options Configuration options for this SDK.
0 commit comments