posthog-js 1.40.0 → 1.40.2

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/es.js CHANGED
@@ -917,7 +917,7 @@ var LZString = {
917
917
  }
918
918
  };
919
919
 
920
- var version = "1.40.0";
920
+ var version = "1.40.2";
921
921
 
922
922
  // e.g. Config.DEBUG = Config.DEBUG || instance.get_config('debug')
923
923
 
@@ -6175,7 +6175,7 @@ var SentryIntegration = /*#__PURE__*/_createClass(function SentryIntegration(_po
6175
6175
  event.tags['PostHog Person URL'] = host + '/person/' + _posthog.get_distinct_id();
6176
6176
 
6177
6177
  if (_posthog.sessionRecordingStarted()) {
6178
- event.tags['PostHog Recording URL'] = host + '/recordings/#sessionRecordingId=' + _posthog.sessionManager.checkAndGetSessionAndWindowId(true).sessionId;
6178
+ event.tags['PostHog Recording URL'] = host + '/recordings/' + _posthog.sessionManager.checkAndGetSessionAndWindowId(true).sessionId;
6179
6179
  }
6180
6180
 
6181
6181
  var exceptions = ((_event$exception = event.exception) === null || _event$exception === void 0 ? void 0 : _event$exception.values) || [];