-
Notifications
You must be signed in to change notification settings - Fork 48
Integrations field is empty in segment analytics #152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @MiguelBelotto00 , We're currently testing the changes you suggested. We've observed that the integrations field in the segment is no longer empty, but it still doesn't include AppsFlyer, even after adding its plugin. I am pasting a snapshot of integrations: {} for your reference. Could you please confirm if this is the expected behavior you were aiming for?
For your reference, below is the code in our main.dart file:-
|
Hello everyone, I've been testing this package and I'm correctly instantiating analytics, as well as adding the AppsFlyer plugin. However, when the event is sent to Segment Twilio, the integration section appears as null.
For example:
Now, if I do:
In Segment, I see that the value of the integrations map is empty, even though I added AppsFlyer:
"integrations": {}
Packages:
segment_analytics_plugin_appsflyer: ^1.0.1
segment_analytics: ^1.1.4
The text was updated successfully, but these errors were encountered: