My api is returning an error but, is not showing a full stack trace:
2018-04-20T12:32:00.673008+00:00 heroku[router]: at=info method=PUT [...] status=500 bytes=243 protocol=https
I don't know why I'm getting this 500, since it works at development. I guess is about some missing add-on on Heroku or something like this, but I cant know if I don't get the 500 stack trace.
I already have a config.log_level = :debug
at my production.rb
.
Is it possible to see full stack trace at Heroku?
My project back-end uses Ruby on Rails 5.