Disable Sentry tunnel

This commit is contained in:
vishnukvmd
2022-11-22 14:58:59 +05:30
parent 385731196f
commit 21b139687d

View File

@@ -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,
),