chore: Skip explicit opt out

We dont load posthog js if user opts out, so this starts failing.
This commit is contained in:
Ankush Menat 2024-01-08 15:12:59 +05:30
parent 6d40d1c6da
commit 216b5fa9bf

View file

@ -39,7 +39,6 @@ class TelemetryManager {
disable() {
this.enabled = false;
posthog.opt_out_capturing();
}
can_enable() {