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 e8a62dc commit b9d65ffCopy full SHA for b9d65ff
packages/types/src/client.ts
@@ -1,7 +1,7 @@
1
import { DsnComponents } from './dsn';
2
import { Event, EventHint } from './event';
3
import { Integration, IntegrationClass } from './integration';
4
-import { Options } from './options';
+import { ClientOptions } from './options';
5
import { Scope } from './scope';
6
import { Session } from './session';
7
import { Severity, SeverityLevel } from './severity';
@@ -16,7 +16,7 @@ import { Transport } from './transport';
16
* there will only be one instance during runtime.
17
*
18
*/
19
-export interface Client<O extends Options = Options> {
+export interface Client<O extends ClientOptions = ClientOptions> {
20
/**
21
* Captures an exception event and sends it to Sentry.
22
0 commit comments