We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install plausible via npm. (not self hosted).
const { trackPageview } = Plausible({ domain: 'domain.com' }) trackPageview()
Check your console. Now every console message is shown to come from some tracker.ts file. Same goes for stack traces.
Removing plausible fixes the issue.
I don't want plausible to fuck with my console messages.
- OS: Ubuntu - Browser: Chrome - Browser Version: Latest
The text was updated successfully, but these errors were encountered:
@Maronato Any clue what could be going on here?
Sorry, something went wrong.
No branches or pull requests
Past Issues Searched
Issue is a Bug Report
Describe the bug
Install plausible via npm. (not self hosted).
Check your console. Now every console message is shown to come from some tracker.ts file.
Same goes for stack traces.
Removing plausible fixes the issue.
Expected behavior
I don't want plausible to fuck with my console messages.
Screenshots
Environment
The text was updated successfully, but these errors were encountered: