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.
getIntegration
1 parent 55abc81 commit 5b328bfCopy full SHA for 5b328bf
packages/types/src/client.ts
@@ -97,7 +97,7 @@ export interface Client<O extends ClientOptions = ClientOptions> {
97
*/
98
flush(timeout?: number): PromiseLike<boolean>;
99
100
- /** Returns an array of installed integrations on the client. */
+ /** Returns the client's instance of the given integration class, it any. */
101
getIntegration<T extends Integration>(integration: IntegrationClass<T>): T | null;
102
103
/** This is an internal function to setup all integrations that should run on the client */
0 commit comments