chore: Skip explicit opt out
We dont load posthog js if user opts out, so this starts failing.
This commit is contained in:
parent
6d40d1c6da
commit
216b5fa9bf
1 changed files with 0 additions and 1 deletions
|
|
@ -39,7 +39,6 @@ class TelemetryManager {
|
|||
|
||||
disable() {
|
||||
this.enabled = false;
|
||||
posthog.opt_out_capturing();
|
||||
}
|
||||
|
||||
can_enable() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue