PostHog / posthog-js-lite

Reimplementation of posthog-js to be as light and modular as possible.
https://posthog.com/docs/libraries
MIT License
70 stars 36 forks source link

Remove Debug Statement when SessionReplay doesn't load #278

Closed gja closed 1 month ago

gja commented 1 month ago

This brings the structure in line with the other optional dependencies, ensuring that logs stay quiet

Problem

When SessionReplay isn't installed, it produces a warning log. This is inconsistent with the other optional dependencies.

Changes

Release info Sub-libraries affected

Bump level

Libraries affected

Changelog notes

marandaneto commented 1 month ago

Makes sense @gja Thanks