electerious / Ackee

Self-hosted, Node.js based analytics tool for those who care about privacy.
https://ackee.electerious.com
MIT License
4.2k stars 351 forks source link

Request events for domains #282

Closed jjzcru closed 2 years ago

jjzcru commented 2 years ago

🐣 Is your feature request related to a problem? Please describe.

I'm trying to track the events from multiple domains but i would like to attack the events to an specific domain instead of merging all events together.

💡 Describe the solution you'd like

Being able to send and fetch events for each domain.

📋 Additional context

I'm supporting multitenancy on my app and i would like to group events and actions for each tenant

electerious commented 2 years ago

Hey @jjzcru, thanks for the suggestion. Events are currently decoupled from domains and there's no relation between them. I don't think this will change anytime soon as it would require several changes. I guess that creating multiple events is the only solution.