I was able to check with the logger that the IDE information is available right before `analytics.send` for `serverSession` (around line 757 in `analytics_manager.dart`); however, I was not able to verify that this data is truly sent to the database and visible in Bigquery.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
final String ideName;I believe that the rest of the data being captured in this object is data that isn't available when we send the event, and hence needs to be captured at start-up and stored for later use.
That isn't true of these four values. They're stored in environment variables that will still be accessible when we send the event.
Consider not storing them and just accessing them when we're about to send the event.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |