Skip to content

Commit c94612f

Browse files
committed
docs: Add baseRequestId
1 parent 91d7840 commit c94612f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/pages/product/apis-integrations/javascript-sdk/reference/cubejs-client-core.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,7 @@ Name | Type | Optional? | Description |
815815
`progressCallback` | | ✅ Yes | |
816816
`subscribe` | `boolean` | ✅ Yes | Pass `true` to use continuous fetch behavior. |
817817
`signal` | `AbortSignal` | ✅ Yes | AbortSignal to cancel the request. This allows you to manually abort requests using AbortController. |
818+
`baseRequestId` | `string` | ✅ Yes | Base request ID ([`spanId`](https://cube.dev/docs/product/apis-integrations/core-data-apis/rest-api#request-span-annotation)) to be used for the request. If not provided a random request ID will be generated. |
818819

819820
### `LoadResponse`
820821

0 commit comments

Comments
 (0)