@incognia/web-sdk 1.24.0 → 1.25.0

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
@@ -83,6 +83,8 @@ export type IncogniaOptions = {
83
83
  cookieDomain?: string;
84
84
  /** Enables the SDK to collect motion sensor data (accelerometer and gyroscope). */
85
85
  sensorsEnabled?: boolean;
86
+ /** Enables the SDK to keep the connection alive while sending a custom event during a page unload. */
87
+ keepCustomEventConnectionAlive?: boolean;
86
88
  };
87
89
  declare class IncogniaWebSdk {
88
90
  #private;