From 21b139687de3ad9ceaac3441263181c2f3a18794 Mon Sep 17 00:00:00 2001 From: vishnukvmd Date: Tue, 22 Nov 2022 14:58:59 +0530 Subject: [PATCH] Disable Sentry tunnel --- lib/main.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 808526e8bd..985e12b808 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -51,7 +51,6 @@ Future _runWithLogs(Function() function, {String prefix = ""}) async { logDirPath: (await getApplicationSupportDirectory()).path + "/logs", maxLogFiles: 5, sentryDsn: sentryDSN, - tunnel: sentryTunnel, enableInDebugMode: true, prefix: prefix, ),