如何调试“应用程序错误”在我的 heroku 托管 Ruby on Rails Web 应用程序中?
白天,我的网站上随机出现“应用程序错误”屏幕,持续时间长达 20 分钟。
当我使用基本日志记录模块“heroku logs”时,它不会显示任何错误,就好像“应用程序错误”从未发生过一样。
当我在 Heroku 上使用新的日志记录模块时,同样的事情。
GetExceptional 不报告任何内容。
我应该如何继续查找导致错误的原因?
I am getting a "Application Error" screen randomly during the day on my website that last up to 20 minutes.
When I use the basic logging module "heroku logs", it doesn't show any error as if the "Application Error" never occurred.
When I use the new logging module on Heroku, same thing.
GetExceptional doesn't report anything.
How should I proceed to find what causes the error?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
应该有帮助。如果没有,您可以使用免费插件“exceptiontrap”
should help. if not, you can use the free addon "exceptiontrap"
您可以安装异常通知程序,它会为每
500
向您发送一封电子邮件错误,包括完整的堆栈跟踪。OT:在我看来,基本的 Heroku 日志(= 免费版本)非常无用。
You could install the exception notifier, which will send you an email for every
500
error including a full stack trace.OT: The basic heroku logs (= free version) are pretty useless IMO.