@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.
Files changed (34) hide show
  1. package/build/docs/404.html +2 -2
  2. package/build/docs/api/functions/buildLogRocketQueryParams/index.html +2 -2
  3. package/build/docs/api/functions/hasUserConsentedToSessionRecording/index.html +3 -3
  4. package/build/docs/api/functions/initLogRocket/index.html +2 -2
  5. package/build/docs/api/index.html +2 -2
  6. package/build/docs/api/type-aliases/LROptions/index.html +2 -2
  7. package/build/docs/assets/js/04ee7372.c7af6b05.js +1 -0
  8. package/build/docs/assets/js/211c08f1.c26e72ea.js +1 -0
  9. package/build/docs/assets/js/e376fc56.0c9034e0.js +1 -0
  10. package/build/docs/assets/js/{main.7d3be447.js → main.33883ccf.js} +2 -2
  11. package/build/docs/assets/js/{runtime~main.5e481bc4.js → runtime~main.4402f01c.js} +1 -1
  12. package/build/docs/compliance/index.html +6 -6
  13. package/build/docs/index.html +2 -2
  14. package/build/docs/usage-guide/index.html +36 -106
  15. package/dist/cjs/logrocket.js +2 -2
  16. package/dist/esm/logrocket.js +2 -2
  17. package/dist/public/index.html +1 -1
  18. package/dist/public/js/{emuiLogrocket.32efbf89608d7f1ff787.js → emuiLogrocket.b05aab66ef02cf198fdf.js} +2 -2
  19. package/dist/public/js/emuiLogrocket.b05aab66ef02cf198fdf.js.br +0 -0
  20. package/dist/public/js/{emuiLogrocket.32efbf89608d7f1ff787.js.gz → emuiLogrocket.b05aab66ef02cf198fdf.js.gz} +0 -0
  21. package/dist/public/js/emuiLogrocket.b05aab66ef02cf198fdf.js.map +1 -0
  22. package/dist/types/lib/logrocket.d.ts +1 -1
  23. package/dist/types/tsconfig.tsbuildinfo +1 -1
  24. package/dist/umd/index.js +1 -1
  25. package/dist/umd/index.js.br +0 -0
  26. package/dist/umd/index.js.gz +0 -0
  27. package/dist/umd/index.js.map +1 -1
  28. package/package.json +1 -1
  29. package/build/docs/assets/js/04ee7372.91effd96.js +0 -1
  30. package/build/docs/assets/js/211c08f1.f5d0523b.js +0 -1
  31. package/build/docs/assets/js/e376fc56.609d201b.js +0 -1
  32. package/dist/public/js/emuiLogrocket.32efbf89608d7f1ff787.js.br +0 -0
  33. package/dist/public/js/emuiLogrocket.32efbf89608d7f1ff787.js.map +0 -1
  34. /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. Checks for a manual override via `window.emui.dangerouslyOverrideSessionRecordingConsent`.
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.