Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@mway mway released this 24 Oct 16:29
· 4 commits to master since this release
31095c6

Fixed

  • Built-in ignores now match function names more accurately.
    They will no longer ignore stacks because of file names
    that look similar to function names. (#112)

Added

  • Add an IgnoreAnyFunction option to ignore stack traces
    that have the provided function anywhere in the stack. (#113)
  • Ignore testing.runFuzzing and testing.runFuzzTests alongside
    other already-ignored test functions (testing.RunTests, etc). (#105)

Changed