🌟 @plausible added custom event goals to its privacy-respecting Google Analytics alternative.
Here is how I now track 404 errors:
1. Set up a "404" goal per https://docs.plausible.io/custom-event-goals
2. Add this code to 404 page: `plausible("404",{ props: { path: document.location.pathname } });`
@jeremiahlee nice! thanks for sharing Jeremiah!