@sailfish-ai/recorder 1.5.3 → 1.5.5

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.
Binary file
Binary file
@@ -3,11 +3,12 @@ import { CaptureSettings } from "./types";
3
3
  export declare const DEFAULT_CAPTURE_SETTINGS: CaptureSettings;
4
4
  export declare const DEFAULT_CONSOLE_RECORDING_SETTINGS: LogRecordOptions;
5
5
  export declare function matchUrlWithWildcard(url: string, patterns: string[]): boolean;
6
- export declare function startRecording({ apiKey, backendApi, domainsToPropagateHeaderTo, domainsToNotPropagateHeaderTo, }: {
6
+ export declare function startRecording({ apiKey, backendApi, domainsToPropagateHeaderTo, domainsToNotPropagateHeaderTo, serviceVersion, }: {
7
7
  apiKey: string;
8
- backendApi: string;
8
+ backendApi?: string;
9
9
  domainsToPropagateHeaderTo?: string[];
10
10
  domainsToNotPropagateHeaderTo?: string[];
11
+ serviceVersion?: string;
11
12
  }): Promise<void>;
12
13
  export * from "./eventCache";
13
14
  export * from "./graphql";
@@ -1 +1 @@
1
- export declare function sendMapUuidIfAvailable(): void;
1
+ export declare function sendMapUuidIfAvailable(serviceVersion: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sailfish-ai/recorder",
3
- "version": "1.5.3",
3
+ "version": "1.5.5",
4
4
  "publishPublicly": true,
5
5
  "main": "dist/sailfish-recorder.umd.js",
6
6
  "types": "dist/types/index.d.ts",