@multiplayer-app/session-recorder-browser 1.3.33 → 1.3.34

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.js CHANGED
@@ -24152,7 +24152,7 @@ const CONTINUOUS_DEBUGGING_TIMEOUT = 60000; // 1 minutes
24152
24152
  const DEBUG_SESSION_MAX_DURATION_SECONDS = 10 * 60 + 30; // TODO: move to shared config otel core
24153
24153
  const REMOTE_SESSION_RECORDING_START = 'remote-session-recording:start';
24154
24154
  const REMOTE_SESSION_RECORDING_STOP = 'remote-session-recording:stop';
24155
- const PACKAGE_VERSION_EXPORT = "1.3.33" || 0;
24155
+ const PACKAGE_VERSION_EXPORT = "1.3.34" || 0;
24156
24156
  // Regex patterns for OpenTelemetry ignore URLs
24157
24157
  const OTEL_IGNORE_URLS = [
24158
24158
  // Traces endpoint
@@ -24248,7 +24248,7 @@ const BASE_CONFIG = {
24248
24248
  widgetTextOverrides: DEFAULT_WIDGET_TEXT_CONFIG,
24249
24249
  useWebsocket: true,
24250
24250
  buffering: {
24251
- enabled: true,
24251
+ enabled: false,
24252
24252
  windowMinutes: 0.5,
24253
24253
  snapshotIntervalMs: 20000
24254
24254
  }