Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: BitGo/api-ts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @api-ts/[email protected]
Choose a base ref
...
head repository: BitGo/api-ts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @api-ts/[email protected]
Choose a head ref
  • 6 commits
  • 11 files changed
  • 2 contributors

Commits on Aug 7, 2024

  1. refactor: introduce standardized error messages

    Introduces `[INFO]`, `[WARN]`, and `[ERROR]` prefixes to error messages to make them easier to read and understand when debugging. The hope is that we remain consistent with this formatting across the codebase.
    
    Ticket: DX-660
    Ansh Chaturvedi committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d26530c View commit details
    Browse the repository at this point in the history
  2. feat: add errorLeft wrapper

    This adds a stacktrace as a string alongside the message passed to the E.left.
    
    Ticket: DX-660
    Ansh Chaturvedi committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    9da4c52 View commit details
    Browse the repository at this point in the history
  3. fix: remove accidentally changed E.left change

    Ticket: DX-660
    Ansh Chaturvedi committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    96a906a View commit details
    Browse the repository at this point in the history
  4. fix: strip stacktrace off of actual errors in tests

    Adds a utility function to strip stacktraces off of errors since they
    are machine/platform dependent and cannot hard-code them into tests.
    
    Ticket: DX-660
    Ansh Chaturvedi committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c11dc0e View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. refactor: introduce helper functions for logging

    Ticket: DX-660
    Ansh Chaturvedi committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    60218da View commit details
    Browse the repository at this point in the history
  2. Merge pull request #869 from BitGo/DX-660-introduce-stacktraces

    refactor: introduce standardized error messages and stacktraces
    anshchaturvedi authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    aa52270 View commit details
    Browse the repository at this point in the history
Loading