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

Skip zap stack frames in stacktrace output #491

Merged
merged 2 commits into from
Aug 17, 2017
Merged

Skip zap stack frames in stacktrace output #491

merged 2 commits into from
Aug 17, 2017

Commits on Aug 16, 2017

  1. Skip zap stack frames in stacktrace output

    Currently, zap only filters out runtime stackframes, which leaves a lot
    of noise from zap (Error, log, check, etc). This modifies the stacktrace
    to filter out all zap frames at the beginning of the stack. It will not
    filter out zap stacks in between non-zap frames.
    
    Fixes #488.
    prashantv committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    e09adb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2017

  1. Configuration menu
    Copy the full SHA
    e5d95e3 View commit details
    Browse the repository at this point in the history