@loomhq/record-sdk 3.10.0 → 3.10.1-draft
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/README.md +9 -0
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/is-supported.js +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/is-supported.js +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
See our [docs site](https://dev.loom.com) for a detailed guide on how to use the sdk!
|
|
4
4
|
|
|
5
|
+
## 3.10.1
|
|
6
|
+
|
|
7
|
+
### Patch Changes
|
|
8
|
+
|
|
9
|
+
- f798db40f1: Opens SDK preview modal from chrome extension
|
|
10
|
+
- b068c6576e: Add record-sdk datadog logging and embeddedType for MAU analytics
|
|
11
|
+
- bae11611be: pass chrome extension ID in and check if extension is installed
|
|
12
|
+
- 7325cc6ebf: Add analytics tracking for recorder education links
|
|
13
|
+
|
|
5
14
|
## 3.10.0
|
|
6
15
|
|
|
7
16
|
### Minor Changes
|