airbyte
airbyte copied to clipboard
Add API source to tracking data
What
- Track source of API requests in Segment
- fix #22218
How
- Check if the current HTTP request contains the API source header. If so, add it to the tracked data
Recommended reading order
SegmentTrackingClient.java
Tests
- Added unit test to verify behavior
- All other tests pass
- Project builds locally