posthog-js 1.45.1 → 1.46.1
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 +11 -0
- package/dist/array.full.js +12 -12
- package/dist/array.full.js.map +1 -1
- package/dist/array.js +1 -1
- package/dist/array.js.map +1 -1
- package/dist/es.js +20 -5
- package/dist/es.js.map +1 -1
- package/dist/module.d.ts +11 -4
- package/dist/module.js +20 -5
- package/dist/module.js.map +1 -1
- package/dist/recorder-v2.js +19 -0
- package/dist/recorder-v2.js.map +1 -0
- package/dist/recorder.js +12 -12
- package/dist/recorder.js.map +1 -1
- package/lib/package.json +3 -2
- package/package.json +3 -2
- package/react/package.json +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## 1.46.1 - 2023-02-21
|
|
2
|
+
|
|
3
|
+
- chore: Remove Sentry types to reduce clashes (#546)
|
|
4
|
+
- fix: Removed Sentry types from compiled types (#545)
|
|
5
|
+
|
|
6
|
+
## 1.46.0 - 2023-02-21
|
|
7
|
+
|
|
8
|
+
- feat: Add optional loading of rrweb2 (#543)
|
|
9
|
+
- feat: Add rrweb2 support (experimental) (#536)
|
|
10
|
+
- chore: upgrade @sentry/types (#539)
|
|
11
|
+
|
|
1
12
|
## 1.45.1 - 2023-02-14
|
|
2
13
|
|
|
3
14
|
- fix: default persons to anonymous (#534)
|