Skip to content

Commit

Permalink
docs: clarify url usage for different regions
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielelpidio committed Nov 26, 2024
1 parent 2056f77 commit 76f54ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/js/src/httpClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 different region or a self-hosted version of Axiom.
*/
url?: string;
onError?: (error: Error) => void;
Expand Down

0 comments on commit 76f54ea

Please sign in to comment.