airbyte icon indicating copy to clipboard operation
airbyte copied to clipboard

Add API source to tracking data

Open jdpgrailsdev opened this issue 2 years ago • 0 comments

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

  1. SegmentTrackingClient.java

Tests

  • Added unit test to verify behavior
  • All other tests pass
  • Project builds locally

jdpgrailsdev avatar Feb 02 '23 16:02 jdpgrailsdev