• Given any captured exception, extract its keys and create a sorted and truncated list that will be used inside the event message. eg. Non-error exception captured with keys: foo, bar, baz

    Parameters

    • exception: Record<string, unknown>
    • maxLength: number = 40

    Returns string

Generated using TypeDoc