We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
We can only use the data provided in the LogStatsFile to trigger a survey: https://github.com/dart-lang/tools/blob/b51f39d01f5a4af33428a0189cd62595c01e23de/pkgs/unified_analytics/lib/src/log_handler.dart#L16
LogStatsFile
This currently only includes the count of DevTools event. We will need to modify the unified_analytics package to include Property Editor events.
We can then use that as a trigger in the context survey JSON file:
https://github.com/flutter/uxr/blob/6e4b3b5f5ba93036a4e767552bcf817a2bb0319b/surveys/contextual-survey-metadata.json
The text was updated successfully, but these errors were encountered:
Update and pin tools_rev
746cfdf
Pinned due to dart-lang/tools#2034 - revert PR: dart-lang/tools#2064 - re-land PR: dart-lang/tools#2065 Bug: flutter/devtools#8944 Change-Id: I604c5dcc1e7e12b729ceb47e2549e373c4dc3c5a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/420801 Commit-Queue: Elliott Brooks <[email protected]> Reviewed-by: Devon Carew <[email protected]>
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
We can only use the data provided in the
LogStatsFile
to trigger a survey: https://github.com/dart-lang/tools/blob/b51f39d01f5a4af33428a0189cd62595c01e23de/pkgs/unified_analytics/lib/src/log_handler.dart#L16This currently only includes the count of DevTools event. We will need to modify the unified_analytics package to include Property Editor events.
We can then use that as a trigger in the context survey JSON file:
https://github.com/flutter/uxr/blob/6e4b3b5f5ba93036a4e767552bcf817a2bb0319b/surveys/contextual-survey-metadata.json
The text was updated successfully, but these errors were encountered: