Skip to content

Commit d053517

Browse files
authored
Merge pull request #244 from axiomhq/docs/regional-url-tsdocs
docs: clarify url usage for different regions
2 parents 2411cec + dfbea57 commit d053517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/js/src/httpClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface ClientOptions {
2828
orgId?: string;
2929
/**
3030
* the URL of the Axiom API, defaults to https://api.axiom.co. You should not
31-
* need to change this unless you are using a self-hosted version of Axiom.
31+
* need to change this unless your organization uses a specific region or a self-hosted version of Axiom.
3232
*/
3333
url?: string;
3434
onError?: (error: Error) => void;

0 commit comments

Comments
 (0)