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 aefdd77 commit afa46ecCopy full SHA for afa46ec
packages/types/src/client.ts
@@ -87,7 +87,6 @@ export interface Client<O extends ClientOptions = ClientOptions> {
87
/**
88
* @inheritdoc
89
*
90
- * TODO (v8): Make this a required method.
91
*/
92
getSdkMetadata(): SdkMetadata | undefined;
93
@@ -144,7 +143,6 @@ export interface Client<O extends ClientOptions = ClientOptions> {
144
143
* In most cases, this should not be necessary, and you're better off just passing the integrations via `integrations: []` at initialization time.
145
* However, if you find the need to conditionally load & add an integration, you can use `addIntegration` to do so.
146
147
148
* */
149
addIntegration(integration: Integration): void;
150
0 commit comments