posthog-js
Advanced tools
Comparing version 1.30.0 to 1.31.0
@@ -0,1 +1,6 @@ | ||
## 1.31.0 - 2022-09-23 | ||
- feat: Improve SentryIntegration, include error message, type and tags at top level (#450) | ||
- fix(recordings): unique window id on duplication (#446) | ||
## 1.30.0 - 2022-09-12 | ||
@@ -2,0 +7,0 @@ |
@@ -821,2 +821,3 @@ import { Integration, EventProcessor, Hub } from '@sentry/types'; | ||
window_id_storage_key: string; | ||
primary_window_exists_storage_key: string; | ||
_sessionStartTimestamp: number | null; | ||
@@ -830,2 +831,3 @@ _sessionActivityTimestamp: number | null; | ||
resetSessionId(): void; | ||
_listenToReloadWindow(): void; | ||
checkAndGetSessionAndWindowId(readOnly?: boolean, _timestamp?: number | null): { | ||
@@ -832,0 +834,0 @@ sessionId: string; |
{ | ||
"name": "posthog-js", | ||
"version": "1.30.0", | ||
"version": "1.31.0", | ||
"description": "Posthog-js allows you to automatically capture usage and send events to PostHog.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/PostHog/posthog-js", |
{ | ||
"name": "posthog-js", | ||
"version": "1.30.0", | ||
"version": "1.31.0", | ||
"description": "Posthog-js allows you to automatically capture usage and send events to PostHog.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/PostHog/posthog-js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2215704
14784