@elliemae/pui-logrocket 1.2.3 → 1.2.4
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 +2 -2
- package/build/docs/api/functions/hasUserConsentedToSessionRecording/index.html +3 -3
- 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.c7af6b05.js +1 -0
- package/build/docs/assets/js/211c08f1.c26e72ea.js +1 -0
- package/build/docs/assets/js/e376fc56.0c9034e0.js +1 -0
- package/build/docs/assets/js/{main.7d3be447.js → main.33883ccf.js} +2 -2
- package/build/docs/assets/js/{runtime~main.5e481bc4.js → runtime~main.4402f01c.js} +1 -1
- package/build/docs/compliance/index.html +6 -6
- package/build/docs/index.html +2 -2
- package/build/docs/usage-guide/index.html +36 -106
- package/dist/cjs/logrocket.js +2 -2
- package/dist/esm/logrocket.js +2 -2
- package/dist/public/index.html +1 -1
- package/dist/public/js/{emuiLogrocket.32efbf89608d7f1ff787.js → emuiLogrocket.b05aab66ef02cf198fdf.js} +2 -2
- package/dist/public/js/emuiLogrocket.b05aab66ef02cf198fdf.js.br +0 -0
- package/dist/public/js/{emuiLogrocket.32efbf89608d7f1ff787.js.gz → emuiLogrocket.b05aab66ef02cf198fdf.js.gz} +0 -0
- package/dist/public/js/emuiLogrocket.b05aab66ef02cf198fdf.js.map +1 -0
- package/dist/types/lib/logrocket.d.ts +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/dist/umd/index.js +1 -1
- 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.91effd96.js +0 -1
- package/build/docs/assets/js/211c08f1.f5d0523b.js +0 -1
- package/build/docs/assets/js/e376fc56.609d201b.js +0 -1
- package/dist/public/js/emuiLogrocket.32efbf89608d7f1ff787.js.br +0 -0
- package/dist/public/js/emuiLogrocket.32efbf89608d7f1ff787.js.map +0 -1
- /package/build/docs/assets/js/{main.7d3be447.js.LICENSE.txt → main.33883ccf.js.LICENSE.txt} +0 -0
|
@@ -19,7 +19,7 @@ export type LROptions = Parameters<typeof LogRocket.init>[1] & {
|
|
|
19
19
|
* Determines whether the user has consented to session recording based on OneTrust configuration and other signals.
|
|
20
20
|
*
|
|
21
21
|
* This function checks for user consent using multiple strategies, in the following order:
|
|
22
|
-
* 1.
|
|
22
|
+
* 1. If `window.emui.dangerouslyOverrideSessionRecordingConsent` is `true`, force consent ON (test/dev only). Any other value (`false`, `undefined`) defers to the normal sources below — `false` is **not** a force-disable.
|
|
23
23
|
* 2. If OneTrust is loaded, checks if `window.OnetrustActiveGroups` contains the session recording group ID ('C0003').
|
|
24
24
|
* 3. If OneTrust is not loaded, checks the `analyticsConsent` query parameter in the current URL.
|
|
25
25
|
* 4. If running in an iframe, checks the `analyticsConsent` query parameter in the iframe's src URL.
|