Skip to content

chore: Skip explicit opt out [frappe]

Bot Dokos requested to merge ft-commit-216b5fa9bfd9fd into develop

From: https://github.com/frappe/frappe/commit/216b5fa9bfd9fd6e3cfb63b7b255f87b3184d6cf
Date: 2024-01-08 15:12:59+05:30
By: Ankush Menat

chore: Skip explicit opt out

We dont load posthog js if user opts out, so this starts failing.

This is a commit that is not part of any pull request.



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-commit-216b5fa9bfd9fd

# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports