Siva. J
Siva. J
@romtsn Any update?
after adding "sentry { tracingInstrumentation { excludes.set(setOf("vigo/vivalink/**")) } }" facing the same issue
> @satyasivaprasad from the stacktrace we can see `vigo.vivalink.libs:vivalink-libs-core:1.4`, is this a private library which is obfuscated? yes
@romtsn package name of the classes coming from the library is "com.vivalnk" I have also tried below ` tracingInstrumentation { excludes.set([ "vigo/vivalink/**", "com/vivalink/**" ]) }` but still not working
> .gradle I am using ".gradle"
> oh ok, then it should be: > > ``` > tracingInstrumentation { > excludes = ['com/vivalink/**'] > } > ``` No luck , still facing issue `Execution failed for...