##---------------Begin: proguard configuration for Timber  ----------

# The Android SDK checks at runtime if this class is available via Class.forName
-keep class io.sentry.android.timber.SentryTimberIntegration { <init>(...); }

# To ensure that stack traces is unambiguous
# https://developer.android.com/studio/build/shrink-code#decode-stack-trace
-keepattributes LineNumberTable,SourceFile

##---------------End: proguard configuration for Timber  ----------
