diff --git a/js/src/client.ts b/js/src/client.ts index ce1ffb735..47079823b 100644 --- a/js/src/client.ts +++ b/js/src/client.ts @@ -84,7 +84,7 @@ export interface ClientConfig { fetchOptions?: RequestInit; /** * Whether to require manual .flush() calls before sending traces. - * Useful to solve rate limits at trace high volumes. + * Useful if encountering network rate limits at trace high volumes. */ manualFlushMode?: boolean; }