faustinoaq / sentry-run

Use Sentry shard for reload your app
MIT License
11 stars 3 forks source link

breaking change in 0.34 #5

Open carcinocron opened 4 years ago

carcinocron commented 4 years ago
$ sh/dev
Showing last frame. Use --error-trace for full trace.

In lib/sentry/src/sentry.cr:266:19

 266 | rescue ex : Errno
                   ^----
Error: Errno is not a subclass of Exception
$ crystal -v
Crystal 0.34.0 [4401e90f0] (2020-04-06)

LLVM: 8.0.0
Default target: x86_64-unknown-linux-gnu
wopian commented 4 years ago

Details of the change here: https://github.com/crystal-lang/crystal/pull/8885