analytics icon indicating copy to clipboard operation
analytics copied to clipboard

Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.

Results 168 analytics issues
Sort by recently updated
recently updated
newest added

### Changes This commit creates a GenServer spawned for each incoming event IP. It caches event information to be used in subsequent events from the same IP. This makes the...

### Changes This PR adds support for IDNs as discussed in #993. I replaced the latin alphanumeric validation with a more broad one, supporting other alphabets. I also made some...

feature request

Do not log errors to Sentry if the error code is 406(Recipient marked as inactive) ### Changes Please describe the changes made in the pull request here. Below you'll find...

### Changes This pull request fixes the following issues with timezones: - #904 - #1340 - https://github.com/plausible/analytics/issues/904#issuecomment-811093097 I used [Tzdata](https://github.com/lau/tzdata) to generate the timezone list. The library was extracted from...

### Changes Please describe the changes made in the pull request here. Add dependant for automatic dependency/security updates. ### Tests - [x] This PR does not require tests ### Changelog...

### Changes This removes the need for a custom `command` in `docker-compose.yml`. https://github.com/plausible/hosting/blob/f7682057104671b42e3fff3a106f93a32ea14775/docker-compose.yml#L30 It intentionally removes `init-admin` from the setup, as this should really only be done once. This should...

### Changes Below you'll find a checklist. For each item on the list, check one option and delete the other. ### Tests - [x] This PR does not require tests...

### Changes This pull request adds new button in Site > Settings > Goals to reset goals by deleting all related events. This was suggested in https://github.com/plausible/analytics/discussions/186. ### Tests -...

### Past Issues Searched - [X] I have searched open and closed issues to make sure that the bug has not yet been reported ### Issue is a Bug Report...