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/CHANGELOG.md +8 -0
- package/dist/array.js +1 -1
- package/dist/array.js.map +1 -1
- package/dist/es.js +2 -2
- package/dist/es.js.map +1 -1
- package/dist/module.js +2 -2
- package/dist/module.js.map +1 -1
- package/lib/package.json +2 -2
- package/package.json +2 -2
package/dist/module.js
CHANGED
|
@@ -921,7 +921,7 @@ var LZString = {
|
|
|
921
921
|
}
|
|
922
922
|
};
|
|
923
923
|
|
|
924
|
-
var version = "1.40.
|
|
924
|
+
var version = "1.40.2";
|
|
925
925
|
|
|
926
926
|
// e.g. Config.DEBUG = Config.DEBUG || instance.get_config('debug')
|
|
927
927
|
|
|
@@ -6179,7 +6179,7 @@ var SentryIntegration = /*#__PURE__*/_createClass(function SentryIntegration(_po
|
|
|
6179
6179
|
event.tags['PostHog Person URL'] = host + '/person/' + _posthog.get_distinct_id();
|
|
6180
6180
|
|
|
6181
6181
|
if (_posthog.sessionRecordingStarted()) {
|
|
6182
|
-
event.tags['PostHog Recording URL'] = host + '/recordings
|
|
6182
|
+
event.tags['PostHog Recording URL'] = host + '/recordings/' + _posthog.sessionManager.checkAndGetSessionAndWindowId(true).sessionId;
|
|
6183
6183
|
}
|
|
6184
6184
|
|
|
6185
6185
|
var exceptions = ((_event$exception = event.exception) === null || _event$exception === void 0 ? void 0 : _event$exception.values) || [];
|