@multiplayer-app/session-recorder-browser 1.0.1-alpha.3 → 1.0.1-alpha.4

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.
@@ -25245,7 +25245,7 @@ const DEFAULT_MAX_HTTP_CAPTURING_PAYLOAD_SIZE = 100000;
25245
25245
  const SESSION_RESPONSE = 'multiplayer-debug-session-response';
25246
25246
  const CONTINUOUS_DEBUGGING_TIMEOUT = 60000; // 1 minutes
25247
25247
  const DEBUG_SESSION_MAX_DURATION_SECONDS = 10 * 60 + 30; // TODO: move to shared config otel core
25248
- const PACKAGE_VERSION_EXPORT = "1.0.1-alpha.3" || 0;
25248
+ const PACKAGE_VERSION_EXPORT = "1.0.1-alpha.4" || 0;
25249
25249
  // Regex patterns for OpenTelemetry ignore URLs
25250
25250
  const OTEL_IGNORE_URLS = [
25251
25251
  // Traces endpoint
@@ -29666,7 +29666,7 @@ var SessionRecorderBrowserTraceExporter = /** @class */ (function () {
29666
29666
  SessionRecorderBrowserTraceExporter.prototype._createExporter = function () {
29667
29667
  return new _opentelemetry_exporter_trace_otlp_http__WEBPACK_IMPORTED_MODULE_1__.OTLPTraceExporter({
29668
29668
  url: this.config.url,
29669
- headers: __assign({ 'Content-Type': 'application/x-protobuf', 'User-Agent': '@multiplayer-app/session-recorder-common/1.0.0', 'authorization': this.config.apiKey }, (this.config.headers || {})),
29669
+ headers: __assign({ 'Content-Type': 'application/json', 'User-Agent': '@multiplayer-app/session-recorder-common/1.0.0', 'authorization': this.config.apiKey }, (this.config.headers || {})),
29670
29670
  timeoutMillis: this.config.timeoutMillis,
29671
29671
  keepAlive: this.config.keepAlive,
29672
29672
  concurrencyLimit: this.config.concurrencyLimit,