@elliemae/pui-logrocket 1.1.35-beta.1 → 1.2.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/build/docs/404.html +2 -2
- package/build/docs/api/functions/buildLogRocketQueryParams/index.html +5 -2
- package/build/docs/api/functions/hasUserConsentedToSessionRecording/index.html +2 -2
- package/build/docs/api/functions/initLogRocket/index.html +2 -2
- package/build/docs/api/index.html +2 -2
- package/build/docs/api/type-aliases/LROptions/index.html +2 -2
- package/build/docs/assets/js/04ee7372.de34cb48.js +1 -0
- package/build/docs/assets/js/51c4ceb1.6fc4ec7b.js +1 -0
- package/build/docs/assets/js/e376fc56.978208a5.js +1 -0
- package/build/docs/assets/js/main.b3a3b38a.js +2 -0
- package/build/docs/assets/js/{runtime~main.48776a7a.js → runtime~main.417a58e7.js} +1 -1
- package/build/docs/compliance/index.html +2 -2
- package/build/docs/index.html +2 -2
- package/build/docs/usage-guide/index.html +15 -6
- package/dist/cjs/logrocket.js +88 -18
- package/dist/esm/logrocket.js +87 -18
- package/dist/public/index.html +1 -1
- package/dist/public/js/emuiLogrocket.76d805f6c3a5ad356e6f.js +45 -0
- package/dist/public/js/emuiLogrocket.76d805f6c3a5ad356e6f.js.br +0 -0
- package/dist/public/js/emuiLogrocket.76d805f6c3a5ad356e6f.js.gz +0 -0
- package/dist/public/js/emuiLogrocket.76d805f6c3a5ad356e6f.js.map +1 -0
- package/dist/types/lib/logrocket.d.ts +3 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/dist/umd/index.js +16 -16
- package/dist/umd/index.js.br +0 -0
- package/dist/umd/index.js.gz +0 -0
- package/dist/umd/index.js.map +1 -1
- package/package.json +1 -1
- package/build/docs/assets/js/04ee7372.9b7b3438.js +0 -1
- package/build/docs/assets/js/51c4ceb1.093ba7f1.js +0 -1
- package/build/docs/assets/js/e376fc56.046f28f3.js +0 -1
- package/build/docs/assets/js/main.82478de3.js +0 -2
- package/dist/public/js/emuiLogrocket.aa8c514c26abd452b96f.js +0 -45
- package/dist/public/js/emuiLogrocket.aa8c514c26abd452b96f.js.br +0 -0
- package/dist/public/js/emuiLogrocket.aa8c514c26abd452b96f.js.gz +0 -0
- package/dist/public/js/emuiLogrocket.aa8c514c26abd452b96f.js.map +0 -1
- /package/build/docs/assets/js/{main.82478de3.js.LICENSE.txt → main.b3a3b38a.js.LICENSE.txt} +0 -0
|
@@ -37,6 +37,9 @@ declare const hasUserConsentedToSessionRecording: () => boolean;
|
|
|
37
37
|
* - `analyticsConsent`: Indicates whether the user has consented to session recording (`'true'` or `'false'`).
|
|
38
38
|
* - `lrEnabled`: Indicates whether LogRocket is enabled based on the global configuration (`'true'` or `'false'`).
|
|
39
39
|
* - `lrAppId`: The LogRocket application ID, or an empty string if not available.
|
|
40
|
+
* - `lrParentOrigin`: The current window's origin, so a child iframe loaded
|
|
41
|
+
* with this query string can derive its `parentDomain` even when
|
|
42
|
+
* cross-origin restrictions block `window.parent.location.origin`.
|
|
40
43
|
* @returns {string} The constructed query string with LogRocket parameters.
|
|
41
44
|
*/
|
|
42
45
|
declare const buildLogRocketQueryParams: () => string;
|