From dfbea57220087b9bc48089e8d0375d3bfa64d49b Mon Sep 17 00:00:00 2001 From: gabrielelpidio Date: Tue, 26 Nov 2024 13:45:04 -0400 Subject: [PATCH] docs: clarify url usage for different regions --- packages/js/src/httpClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/js/src/httpClient.ts b/packages/js/src/httpClient.ts index 34ede08..2367cb9 100644 --- a/packages/js/src/httpClient.ts +++ b/packages/js/src/httpClient.ts @@ -28,7 +28,7 @@ export interface ClientOptions { orgId?: string; /** * the URL of the Axiom API, defaults to https://api.axiom.co. You should not - * need to change this unless you are using a self-hosted version of Axiom. + * need to change this unless your organization uses a specific region or a self-hosted version of Axiom. */ url?: string; onError?: (error: Error) => void;