@multiplayer-app/session-recorder-browser 2.0.84-beta.0 → 2.0.85

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
@@ -7061,7 +7061,7 @@ const CONTINUOUS_DEBUGGING_TIMEOUT = 60000; // 1 minutes
7061
7061
  const DEBUG_SESSION_MAX_DURATION_SECONDS = 10 * 60 + 30; // TODO: move to shared config otel core
7062
7062
  const REMOTE_SESSION_RECORDING_START = 'remote-session-recording:start';
7063
7063
  const REMOTE_SESSION_RECORDING_STOP = 'remote-session-recording:stop';
7064
- const PACKAGE_VERSION_EXPORT = "2.0.84-beta.0" || 0;
7064
+ const PACKAGE_VERSION_EXPORT = "2.0.85" || 0;
7065
7065
  // Regex patterns for OpenTelemetry ignore URLs
7066
7066
  const OTEL_IGNORE_URLS = [
7067
7067
  // Traces endpoint
package/dist/index.umd.js CHANGED
@@ -21494,7 +21494,7 @@ const CONTINUOUS_DEBUGGING_TIMEOUT = 60000; // 1 minutes
21494
21494
  const DEBUG_SESSION_MAX_DURATION_SECONDS = 10 * 60 + 30; // TODO: move to shared config otel core
21495
21495
  const REMOTE_SESSION_RECORDING_START = 'remote-session-recording:start';
21496
21496
  const REMOTE_SESSION_RECORDING_STOP = 'remote-session-recording:stop';
21497
- const PACKAGE_VERSION_EXPORT = "2.0.84-beta.0" || 0;
21497
+ const PACKAGE_VERSION_EXPORT = "2.0.85" || 0;
21498
21498
  // Regex patterns for OpenTelemetry ignore URLs
21499
21499
  const OTEL_IGNORE_URLS = [
21500
21500
  // Traces endpoint
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@multiplayer-app/session-recorder-browser",
3
- "version": "2.0.84-beta.0",
3
+ "version": "2.0.85",
4
4
  "description": "Multiplayer Fullstack Session Recorder for Browser",
5
5
  "author": {
6
6
  "name": "Multiplayer Software, Inc.",
@@ -73,7 +73,7 @@
73
73
  "webpack-cli": "5.1.4"
74
74
  },
75
75
  "dependencies": {
76
- "@multiplayer-app/session-recorder-common": "2.0.84-beta.0",
76
+ "@multiplayer-app/session-recorder-common": "2.0.85",
77
77
  "@opentelemetry/core": "2.0.1",
78
78
  "@opentelemetry/exporter-trace-otlp-http": "0.203.0",
79
79
  "@opentelemetry/instrumentation": "0.203.0",