From 8c0739750284cc3fbc97f2e4307fd21b2e9a8328 Mon Sep 17 00:00:00 2001 From: Ishan Zuaim Date: Tue, 29 Oct 2024 15:18:46 +1030 Subject: [PATCH] Update minLevel call in gradle settings --- docs/platforms/android/integrations/logcat/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/android/integrations/logcat/index.mdx b/docs/platforms/android/integrations/logcat/index.mdx index cd498125da222..906cf4b29bfd4 100644 --- a/docs/platforms/android/integrations/logcat/index.mdx +++ b/docs/platforms/android/integrations/logcat/index.mdx @@ -69,7 +69,7 @@ sentry { logcat { enabled.set(true) - minLevel(LogcatLevel.WARNING) + minLevel.set(LogcatLevel.WARNING) } } }