We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be really nice to be able to pass the stack trace along. Check out how it's implemented in Sentry and how we call this in Appwrite.
Originally posted by @stnguyen90 in #19 (comment)
The text was updated successfully, but these errors were encountered:
The payload for a backtrace should look like:
"backtrace":[ { "number":"4", "file":"/crywolf/app/controllers/pages_controller.rb", "method":"runtime_error", "source":{ "2":"", "3":" def runtime_error", "4":" raise RuntimeError.new(\"This is a runtime error, generated by the crywolf app\")", "5":" end", "6":"" } }, { "number":"4", "file":"/gems/1.9.3-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb", "method":"send_action" } ],
Sorry, something went wrong.
No branches or pull requests
Originally posted by @stnguyen90 in #19 (comment)
The text was updated successfully, but these errors were encountered: