We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Segment is receiving AppleWebKit version instead of the app version in flutter web.
Here are 2 event contexts received, one from Flutter mobile and the other from Flutter web.
Mobile: "context": { "app": { "build": "120", "name": "APPNAME", "namespace": "com.APP.APPNAME", "version": "1.5.30" },
"context": { "app": { "build": "120", "name": "APPNAME", "namespace": "com.APP.APPNAME", "version": "1.5.30" },
Web: "context": { "app": { "build": "", "name": "Netscape", "namespace": "Mozilla", "version": "5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" },
"context": { "app": { "build": "", "name": "Netscape", "namespace": "Mozilla", "version": "5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" },
Thanks!
The text was updated successfully, but these errors were encountered:
Patch for Github issue #138
4905f18
We are working on this.
Sorry, something went wrong.
4d06fc6
No branches or pull requests
Segment is receiving AppleWebKit version instead of the app version in flutter web.
Here are 2 event contexts received, one from Flutter mobile and the other from Flutter web.
Mobile:
"context": { "app": { "build": "120", "name": "APPNAME", "namespace": "com.APP.APPNAME", "version": "1.5.30" },
Web:
"context": { "app": { "build": "", "name": "Netscape", "namespace": "Mozilla", "version": "5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" },
Thanks!
The text was updated successfully, but these errors were encountered: