Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add DashEvent for toggling telemetry collection + send event whenever toggled #23

Merged
merged 16 commits into from
Mar 6, 2023
Merged

Add DashEvent for toggling telemetry collection + send event whenever toggled #23

merged 16 commits into from
Mar 6, 2023

Conversation

eliasyishak
Copy link
Contributor

This PR includes a new event DashEvent.analyticsCollectionEnabled which will be sent whenever the developer has toggled their telemetry collection status. This will help us understand any users that have opted out and maybe even opted back in.

Additionally, the setTelemetry method within Analytics has also been modified so that an event is sent to GA every time this state is toggled. It avoids using the sendEvent method because that method is blocked from sending anything if the user has opted out previously.

@eliasyishak
Copy link
Contributor Author

Note: confirm that the events are being sent correctly with main GA instance

@eliasyishak eliasyishak marked this pull request as ready for review March 3, 2023 20:40
@eliasyishak eliasyishak requested a review from bwilkerson March 3, 2023 21:27

// Extract the last log item to check for the keys
lastLogItem = jsonDecode(logFile.readAsLinesSync().last);
expect((lastLogItem['events'] as List).last['name'],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider extracting (lastLogItem['events'] as List).last as a helper or extension method, given that it occurs 4 times in this method alone.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll expand this out if an additional test needs this functionality

@eliasyishak eliasyishak merged commit 5a72344 into dart-lang:main Mar 6, 2023
@eliasyishak eliasyishak deleted the 22-add-dashevent-for-toggling-telemetry-collection branch March 6, 2023 15:16
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants