-
Notifications
You must be signed in to change notification settings - Fork 41
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
Events Not Appearing in Segment Dashboard Debugger Tab #69
Comments
Hi @Samin-roadsurfer could you help us check if logs sent another message? |
Hey @edsonjab , Thanks for checking, i have no idea why, but i already contacted the support team for help. |
I confirm that issue fixed with version 1.0.2 |
Environment
SDK/Library Version: segment_analytics: ^1.0.1
Platform: Flutter
Configuration
I am using the pub.dev version of the SDK, with our host located in EU west (events.eu1.segmentapis.com). Here is how the client is configured:
Expected Behavior:
I expect to see logs on our Segment dashboard debug tab for this source when events are tracked.
Actual Behavior:
No logs appear on our Segment dashboard debug tab for this source. However, local console logs indicate that events are being tracked and saved successfully. Here are examples of the logs:
Steps to Reproduce:
Configure the Segment client as shown above.
Run the application on an Android/IOS device.
Observe the local console logs indicating that tracking events are saved.
Check the Segment dashboard debug tab for the source and find no logs corresponding to these events.
Additional Context:
The write key has been double-checked for accuracy.
The API host has been set correctly to our EU west host (events.eu1.segmentapis.com).
I have followed the documentation closely and ensured that my configuration matches the recommended setup.
Could there be an issue with the events reaching the Segment backend, or is this a potential bug with the SDK?
The text was updated successfully, but these errors were encountered: