Skip to content

Commit

Permalink
Add memory events. (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
polina-c authored May 12, 2023
1 parent 62c9604 commit 49da4ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/unified_analytics/lib/src/enums.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ enum DashEvent {
label: 'lint_usage_counts',
description: 'Number of times each lint is enabled',
),
memoryInfo(
label: 'memory_info',
description: 'Memory usage information',
),
pluginRequest(
label: 'plugin_request',
description: 'Request responses from plugins',
Expand Down

0 comments on commit 49da4ca

Please sign in to comment.