Skip to content

Commit 3fa7f0a

Browse files
mydeaLms24
andcommitted
Apply suggestions from code review
Co-authored-by: Lukas Stracke <[email protected]>
1 parent 6ef1538 commit 3fa7f0a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/types/src/client.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ export interface Client<O extends ClientOptions = ClientOptions> {
8787
/**
8888
* @inheritdoc
8989
*
90-
* TODO (v8): Make this a required method.
9190
*/
9291
getSdkMetadata(): SdkMetadata | undefined;
9392

@@ -144,7 +143,6 @@ export interface Client<O extends ClientOptions = ClientOptions> {
144143
* In most cases, this should not be necessary, and you're better off just passing the integrations via `integrations: []` at initialization time.
145144
* However, if you find the need to conditionally load & add an integration, you can use `addIntegration` to do so.
146145
*
147-
* TODO (v8): Make this a required method.
148146
* */
149147
addIntegration(integration: Integration): void;
150148

0 commit comments

Comments
 (0)