diff --git a/lib/utils/error_reporter.dart b/lib/utils/error_reporter.dart index 7690e4370..95511a9e2 100644 --- a/lib/utils/error_reporter.dart +++ b/lib/utils/error_reporter.dart @@ -49,10 +49,7 @@ class ErrorReporter { onPressed: () => launchUrl( AppConfig.newIssueUrl.resolveUri( Uri( - queryParameters: { - 'template': 'bug_report.yaml', - 'title': '[BUG]: ${message ?? error.toString()}', - }, + queryParameters: {'template': 'bug_report.yaml'}, ), ), mode: LaunchMode.externalApplication,