fringd / zipline

A gem that lets you stream a zip file from rails
MIT License
289 stars 68 forks source link

Print into Rails log when streaming fails #97

Closed julik closed 8 months ago

julik commented 8 months ago

It can happen that the serving gets aborted, and in a lot of cases streaming Rack bodies will not relay exceptions into the APM system like Appsignal etc. It can be useful to at least print the message into the log then.

Closes https://github.com/fringd/zipline/issues/74

julik commented 8 months ago

/cc @fringd

fringd commented 8 months ago

thanks for this, julik!