Skip to content

Commit b9d65ff

Browse files
committed
updates types
1 parent e8a62dc commit b9d65ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/types/src/client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { DsnComponents } from './dsn';
22
import { Event, EventHint } from './event';
33
import { Integration, IntegrationClass } from './integration';
4-
import { Options } from './options';
4+
import { ClientOptions } from './options';
55
import { Scope } from './scope';
66
import { Session } from './session';
77
import { Severity, SeverityLevel } from './severity';
@@ -16,7 +16,7 @@ import { Transport } from './transport';
1616
* there will only be one instance during runtime.
1717
*
1818
*/
19-
export interface Client<O extends Options = Options> {
19+
export interface Client<O extends ClientOptions = ClientOptions> {
2020
/**
2121
* Captures an exception event and sends it to Sentry.
2222
*

0 commit comments

Comments
 (0)