You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a proxy to redirect my traffic before going to api.segment.io. My proxy has some special header requirements, so I want to modify the headers before the fetch call.
I am considering making a local modification which allows a modifyHeaders function to be passed into the analytics-react-native module, and that function could be called after the headers have been constructed and before fetch is called.
Before I do that I was hoping someone could tell me if there is already a way of doing this, or if there is a better design
The text was updated successfully, but these errors were encountered:
I am using a proxy to redirect my traffic before going to api.segment.io. My proxy has some special header requirements, so I want to modify the headers before the fetch call.
I am considering making a local modification which allows a modifyHeaders function to be passed into the analytics-react-native module, and that function could be called after the headers have been constructed and before fetch is called.
Before I do that I was hoping someone could tell me if there is already a way of doing this, or if there is a better design
The text was updated successfully, but these errors were encountered: