Skip to content

Commit b410474

Browse files
authored
Update index.mdx
1 parent 1f74346 commit b410474

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/android/troubleshooting

1 file changed

+1
-1
lines changed

docs/platforms/android/troubleshooting/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ With this information, it might be more clear what's happening. If not, please c
194194

195195
The [Sentry Android Gradle plugin](/platforms/android/configuration/gradle/) uses bytecode manipulation to automatically measure the performance of your application. This process requires looking at the dependencies of the application, which can potentially break the build process if there are libraries which have been compiled/minified with a non-default java compiler, like R8/D8.
196196

197-
If you experience a "[sentry] Error while instrumenting <class.method>" error message, it could be that you are using a minified library that cannot be instrumented, as the bytecode is not compliant with the JVM spec. You can exclude such library from instrumentation as follows:
197+
If you experience a "[sentry] Error while instrumenting MyClassName" error message, it could be that you are using a minified library that cannot be instrumented, as the bytecode is not compliant with the JVM spec. You can exclude such library from instrumentation as follows:
198198

199199
```groovy
200200
sentry {

0 commit comments

Comments
 (0)