@multiplayer-app/session-recorder-browser 2.0.58 → 2.0.59

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.
@@ -25163,7 +25163,7 @@ const CONTINUOUS_DEBUGGING_TIMEOUT = 60000; // 1 minutes
25163
25163
  const DEBUG_SESSION_MAX_DURATION_SECONDS = 10 * 60 + 30; // TODO: move to shared config otel core
25164
25164
  const REMOTE_SESSION_RECORDING_START = 'remote-session-recording:start';
25165
25165
  const REMOTE_SESSION_RECORDING_STOP = 'remote-session-recording:stop';
25166
- const PACKAGE_VERSION_EXPORT = "2.0.58" || 0;
25166
+ const PACKAGE_VERSION_EXPORT = "2.0.59" || 0;
25167
25167
  // Regex patterns for OpenTelemetry ignore URLs
25168
25168
  const OTEL_IGNORE_URLS = [
25169
25169
  // Traces endpoint
@@ -28756,7 +28756,7 @@ class SessionRecorder extends lib0_observable__WEBPACK_IMPORTED_MODULE_16__.Obse
28756
28756
  }
28757
28757
  }
28758
28758
  _toCrashBufferSessionIso(ts) {
28759
- return new Date(ts - new Date().getTimezoneOffset() * 60 * 1000).toISOString();
28759
+ return new Date(ts).toISOString();
28760
28760
  }
28761
28761
  /**
28762
28762
  * @description Check if session should be started/stopped automatically