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
According to the readme
By default, a new visit is created after 4 hours of inactivity.
However, I’ve noticed that a new visit is being created even when the user is actively browsing the app without any periods of inactivity.
Is the intended behavior? If not, am I missing any configuration steps to ensure it works as described in the default setup?
I have this config
Ahoy.api = true Ahoy.cookies = :none Ahoy.mask_ips = true Ahoy.quiet = false Ahoy.geocode = true
The text was updated successfully, but these errors were encountered:
Hi @TheZero0-ctrl, this is the intended behavior with Ahoy.cookies = :none. I'll add a note to the readme about it.
Ahoy.cookies = :none
Sorry, something went wrong.
No branches or pull requests
According to the readme
However, I’ve noticed that a new visit is being created even when the user is actively browsing the app without any periods of inactivity.
Is the intended behavior? If not, am I missing any configuration steps to ensure it works as described in the default setup?
I have this config
The text was updated successfully, but these errors were encountered: