We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2411cec + dfbea57 commit d053517Copy full SHA for d053517
packages/js/src/httpClient.ts
@@ -28,7 +28,7 @@ export interface ClientOptions {
28
orgId?: string;
29
/**
30
* 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.
+ * need to change this unless your organization uses a specific region or a self-hosted version of Axiom.
32
*/
33
url?: string;
34
onError?: (error: Error) => void;
0 commit comments