From 75615c57b6e1f25b2cf8d51b338bf6afb79185f8 Mon Sep 17 00:00:00 2001 From: jacoblee93 Date: Mon, 23 Dec 2024 13:11:59 -0800 Subject: [PATCH] Fix docstring typo --- js/src/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }