Skip to content

Commit

Permalink
Remove GA Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
jwren committed Nov 15, 2024
1 parent 0485342 commit 14e4c93
Show file tree
Hide file tree
Showing 54 changed files with 46 additions and 2,099 deletions.
56 changes: 28 additions & 28 deletions .idea/uiDesigner.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions flutter-idea/src/io/flutter/FlutterErrorReportSubmitter.java
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,6 @@ public boolean submit(@NotNull IdeaLoggingEvent[] events,
builder.append("\n");
}

for (IdeaLoggingEvent event : events) {
FlutterInitializer.getAnalytics().sendException(event.getThrowableText(), false);
}

final String text = builder.toString().trim() + "\n";

// Create scratch file.
Expand Down
Loading

0 comments on commit 14e4c93

Please sign in to comment.