Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Allow Error object to be passed to node-report #82

Closed
wants to merge 6 commits into from

Commits on Apr 24, 2017

  1. Allow Error object to be passed to node-report

    Add an optional parameter to triggerReport and getReport so an
    Error object can be passed. If it is passed the error message
    and stack trace it contains will be added to the node-report
    output in a new "JavaScript Exception Details" section.
    
    This makes node-report more useful in custom error handlers as
    it will include the stack trace of the original error as well
    as the stack trace where the error was handled.
    hhellyer committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    15fd45a View commit details
    Browse the repository at this point in the history
  2. Add a test case for passing an Error object to triggerReport

    Update the API docs for getReport and triggerReport.
    Fix crash when error object does not include a stack trace.
    hhellyer committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    c73968a View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2017

  1. Configuration menu
    Copy the full SHA
    5b75c5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5edd5f View commit details
    Browse the repository at this point in the history

Commits on May 3, 2017

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

Commits on May 4, 2017

  1. Fix code review comments:

    - Correct spelling in comments
    - Update documentation comment for TriggerNodeReport
    - v8::MaybeLocal<v8::Value> -> MaybeLocal<Value>
    hhellyer committed May 4, 2017
    Configuration menu
    Copy the full SHA
    7130888 View commit details
    Browse the repository at this point in the history