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
The topic has come up a bit in AWS SDK instrumentation, but it would be nice if Muzzle could have a feature very similar to spring boot, something like marking a method as ConditionalOnClass(blah). The instrumentation still applies even if the class, or any references within the annotated method tree, isn't there.
The text was updated successfully, but these errors were encountered:
Resolves#2556#7265
made me wonder whether it would help when we could sometimes skip muzzle
checks.
Co-authored-by: Trask Stalnaker <[email protected]>
The topic has come up a bit in AWS SDK instrumentation, but it would be nice if Muzzle could have a feature very similar to spring boot, something like marking a method as
ConditionalOnClass(blah)
. The instrumentation still applies even if the class, or any references within the annotated method tree, isn't there.The text was updated successfully, but these errors were encountered: