Skip to content

Commit

Permalink
Do not force sentry log scope to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZong committed Dec 30, 2024
1 parent 951a431 commit 4e71604
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ class HostmanApplication : Application() {

override fun onCreate() {
super.onCreate()
Sentry.configureScope { scope -> scope.level = SentryLevel.WARNING }
Shizuku.addBinderReceivedListenerSticky(ShizukuStateModel)
Shizuku.addBinderDeadListener(ShizukuStateModel)
Shizuku.addRequestPermissionResultListener(ShizukuStateModel)
Expand Down

0 comments on commit 4e71604

Please sign in to comment.