You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently migrating from Umami and have found that Rybbit does not allow me to exclude my own site visits from the statistics. Another use case for this would be to exclude certain users.
An easy way to implement this would be to set something like rybbit.disabled=1 in the localStorage.
Inside the client script, Rybbit could then read this key and stop tracking and sending events.
Depending on the implementation, this may require a reload.
Is this something you want to support?
I would be happy to submit a pull request for this feature.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I am currently migrating from Umami and have found that Rybbit does not allow me to exclude my own site visits from the statistics. Another use case for this would be to exclude certain users.
An easy way to implement this would be to set something like
rybbit.disabled=1
in the localStorage.Inside the client script, Rybbit could then read this key and stop tracking and sending events.
Depending on the implementation, this may require a reload.
Is this something you want to support?
I would be happy to submit a pull request for this feature.
The text was updated successfully, but these errors were encountered: