Skip to content

Commit

Permalink
Update minLevel call in gradle settings (#11670)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanzuaim authored Oct 30, 2024
1 parent 2214c0d commit 941310b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platforms/android/integrations/logcat/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ sentry {

logcat {
enabled.set(true)
minLevel(LogcatLevel.WARNING)
minLevel.set(LogcatLevel.WARNING)
}
}
}
Expand Down

0 comments on commit 941310b

Please sign in to comment.