Plausible client to collect analytics in browser with no hassle
Currently we use browser API such as `location` and `window`: https://github.com/vitonsky/plausible-client/blob/8d2e3877067c655c8b5fafcd52bd1fa2262fa491/src/Plausible.ts#L63-L65 so users can't send events from nodejs. It may be easily fixed with providers that will define how to get current context. For browser it may be Browser API, for Node it may be config or even empty values. Related problems in original client (that is not actively maintained): - https://github.com/plausible/plausible-tracker/issues/56 - https://github.com/plausible/plausible-tracker/issues/48
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by vitonsky and has received 0 comments.