Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add tracking endpoint and IP address service
Introduce a new tracking endpoint in `com_tracardi/endpoint/track.py` to handle tracking events. Add IP address extraction logic in `tracardi/service/ip_address.py` to support tracking from reverse proxy headers. Integrate the tracking endpoint into the application in `app/main.py`. Update `app/api/track/event_server_endpoint.py` to use the new IP address service.
- Loading branch information