@sailfish-ai/recorder 1.4.2 → 1.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -319,7 +319,7 @@ function setupFetchInterceptor(domainsToNotPropagateHeadersTo, domainsToPropagat
319
319
  }
320
320
  }
321
321
  // Main Recording Function
322
- export async function startRecording({ apiKey, backendApi, domainsToPropagateHeaderTo = [], domainsToNotPropagateHeaderTo = [], }) {
322
+ export async function startRecording({ apiKey, backendApi = "https://api-service.sailfishqa.com", domainsToPropagateHeaderTo = [], domainsToNotPropagateHeaderTo = [], }) {
323
323
  let sessionId = getOrSetSessionId();
324
324
  storeCredentialsAndConnection({ apiKey, backendApi });
325
325
  // Non-blocking GraphQL request to send the domains if provided