sentry-android-gradle-plugin icon indicating copy to clipboard operation
sentry-android-gradle-plugin copied to clipboard

Add a CheckSymbolsVisitor that runs before instrumentation visitors

Open romtsn opened this issue 8 months ago • 0 comments

Description

We already have something similar in AnalyzingVisitor which does a first pass to collect methods. We could generalize it and make it actually fail the build in case the symbols we're looking for are missing and output a meaningful build-time exception to avoid failing at runtime as shown in https://github.com/square/okhttp/issues/8826

romtsn avatar Jul 03 '25 08:07 romtsn