Skip to content
New issue

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

Allow formatters to display stack traces on crash #541

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 18, 2021

  1. Allow formatters to display stack traces on crash

    Only the last stack frame (ie. the place that cause the crash) is currently being
    shown in the message provided to the formatters, if you're interested in more
    information you'll need to dig into the crash.log for it.
    This is not ideal when using containerized environments with custom formatters,
    we want as much as data as possible to be available in the console backend.
    lrascao committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    b61ed5d View commit details
    Browse the repository at this point in the history