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
* Add Ruby 3.2 to CI.
* rescue compatibility error in addition to argument error
In ruby 3.2, when you try to `strip` a string with an invalid UTF-8 byte
sequence, it appears you get an `Encoding::CompatibilityError`, hence we
can now rescue this.
* update trace exporter
* Raise argument error instead of compatibilty error
* appease the cop
---------
Co-authored-by: Josef Šimánek <[email protected]>
0 commit comments