@multiplayer-app/session-recorder-browser 2.0.31 → 2.0.36

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.umd.js CHANGED
@@ -24436,7 +24436,7 @@ const CONTINUOUS_DEBUGGING_TIMEOUT = 60000; // 1 minutes
24436
24436
  const DEBUG_SESSION_MAX_DURATION_SECONDS = 10 * 60 + 30; // TODO: move to shared config otel core
24437
24437
  const REMOTE_SESSION_RECORDING_START = 'remote-session-recording:start';
24438
24438
  const REMOTE_SESSION_RECORDING_STOP = 'remote-session-recording:stop';
24439
- const PACKAGE_VERSION_EXPORT = "2.0.31" || 0;
24439
+ const PACKAGE_VERSION_EXPORT = "2.0.36" || 0;
24440
24440
  // Regex patterns for OpenTelemetry ignore URLs
24441
24441
  const OTEL_IGNORE_URLS = [
24442
24442
  // Traces endpoint
@@ -24538,7 +24538,7 @@ const BASE_CONFIG = {
24538
24538
  widgetTextOverrides: DEFAULT_WIDGET_TEXT_CONFIG,
24539
24539
  useWebsocket: true,
24540
24540
  buffering: {
24541
- enabled: false,
24541
+ enabled: true,
24542
24542
  windowMinutes: 0.5,
24543
24543
  snapshotIntervalMs: 20000,
24544
24544
  },