@multiplayer-app/session-recorder-browser 0.0.9 → 0.0.11
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/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/browser/index.js
CHANGED
|
@@ -26457,7 +26457,7 @@ const MULTIPLAYER_BASE_API_URL = 'https://api.multiplayer.app';
|
|
|
26457
26457
|
const SESSION_RESPONSE = 'multiplayer-debug-session-response';
|
|
26458
26458
|
const CONTINUOUS_DEBUGGING_TIMEOUT = 60000; // 1 minutes
|
|
26459
26459
|
const DEBUG_SESSION_MAX_DURATION_SECONDS = 10 * 60 + 30; // TODO: move to shared config otel core
|
|
26460
|
-
const PACKAGE_VERSION_EXPORT = "0.0.
|
|
26460
|
+
const PACKAGE_VERSION_EXPORT = "0.0.11" || 0;
|
|
26461
26461
|
// Regex patterns for OpenTelemetry ignore URLs
|
|
26462
26462
|
const OTEL_IGNORE_URLS = [
|
|
26463
26463
|
// Traces endpoint
|