@zaplier/sdk 1.2.7 → 1.3.1

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.d.ts CHANGED
@@ -769,6 +769,14 @@ declare class ZaplierSDK implements ZaplierSDK$1 {
769
769
  * Send event to backend
770
770
  */
771
771
  private sendEvent;
772
+ /**
773
+ * Send session replay batch to backend
774
+ */
775
+ sendReplayBatch(replayData: {
776
+ sessionId: string;
777
+ events: any[];
778
+ metadata: any;
779
+ }): Promise<any>;
772
780
  /**
773
781
  * Make HTTP request to backend using anti-adblock system
774
782
  */