snowplow / snowplow-flutter-tracker

Snowplow event tracker for Flutter apps
Apache License 2.0
5 stars 8 forks source link

HTTP Headers #34

Closed leo-neon closed 1 year ago

leo-neon commented 1 year ago

Hello Snowplow,

is it possible to append some HTTP headers to the requests? Unfortunately, I cannot find an interface for something like that but our internal tracking team relies on parsing some information embedded in the HTTP headers.

leo-neon commented 1 year ago

I think I found an interface in your native iOS library. Is it possible to expose it to Flutter as well? :)

matus-tomlein commented 1 year ago

Hi @leo-neon,

Yes, you are right – the underlying mobile trackers as well as the JavaScript tracker have an option to set custom HTTP request headers but this is not yet exposed in the Flutter tracker.

Thanks for the feature request, we will plan to work on this! Also happy to receive external contributions.

leo-neon commented 1 year ago

Hi @matus-tomlein thanks for the quick response :) Do you have a timeline estimation by any chance?

maximilianNeon commented 1 year ago

Hi @matus-tomlein do you have an update about the timeline for us ?

matus-tomlein commented 1 year ago

Hello, unfortunately, we do not have a specific timeline to give you, but we plan to work on updating the Flutter tracker right after releasing a new version of the underlying iOS and Android trackers in order to bring over some other features. So the work is planned in the near future.