MindscapeHQ / raygun4cfml

Raygun.io client for Cold Fusion
Other
12 stars 15 forks source link

except binary data to prevent error #53

Closed sfeldkamp closed 1 year ago

sfeldkamp commented 1 year ago

This fixes an error where the HTTP request content is binary. The best approach might be to just wrap this in a try-catch since CF doesn't have a great way to test if some value is a string.