You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue raised while updating Senty (#78); since all our projects have a min SDK of at least 21, we do not need to explicitly setup multidex support on our applications, however, it is not clear in the Sentry documentation as to if we can also skip the multidex support steps (https://docs.sentry.io/platforms/android/proguard/) in that case.
We may want to see if we can find a project that implicitly uses multidex (ie. has pushed over the dex limit, maybe CIDirect?) and see if Sentry+Proguard issues arise when error reports are made.
The text was updated successfully, but these errors were encountered:
Issue raised while updating Senty (#78); since all our projects have a min SDK of at least 21, we do not need to explicitly setup multidex support on our applications, however, it is not clear in the Sentry documentation as to if we can also skip the multidex support steps (https://docs.sentry.io/platforms/android/proguard/) in that case.
We may want to see if we can find a project that implicitly uses multidex (ie. has pushed over the dex limit, maybe CIDirect?) and see if Sentry+Proguard issues arise when error reports are made.
The text was updated successfully, but these errors were encountered: