Function getSourceMappedStackTrace

  • Generates a stack trace using a source map generate original symbol names.

    WARNING - EXTREMELY high CPU cost for first call after reset - >30 CPU! Use sparingly! (Consecutive calls after a reset are more reasonable, ~0.1 CPU/ea)

    Parameters

    • error: string | Error

      The error or original stack trace

    Returns string

    The source-mapped stack trace string

Generated using TypeDoc