Commit e040789
ci: skip anthropic instrumentation on JRuby CI (#2190)
fix: skip anthropic instrumentation on JRuby CI
The anthropic gem v1.31.0 has a JRuby load-order bug where
Anthropic::Beta is not yet defined when referenced by
BetaManagedAgentsFileResourceParams, causing NameError.
This adds anthropic to the existing JRuby skip list, following the
same pattern used for other JRuby-incompatible instrumentations.
Closes #2187
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent ebc98e0 commit e040789
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
| |||
0 commit comments