@get-bb/plugin-sdk 0.4.18 → 0.4.21
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.
|
@@ -4715,7 +4715,10 @@ interface ReplayRecordingOptions {
|
|
|
4715
4715
|
* alone lands before them, at a point the recording never had.
|
|
4716
4716
|
*/
|
|
4717
4717
|
orderTimeoutMs?: number;
|
|
4718
|
-
/**
|
|
4718
|
+
/**
|
|
4719
|
+
* Quiet period after the last request before a non-exact replay is closed.
|
|
4720
|
+
* An exact current-lane replay waits for every planned event instead.
|
|
4721
|
+
*/
|
|
4719
4722
|
settleMs?: number;
|
|
4720
4723
|
/**
|
|
4721
4724
|
* Quiet period a request waits for once the gates are met. The replay child
|