Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.
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: segmentio/analytics-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 23823f9
Choose a base ref
...
head repository: segmentio/analytics-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 00c88ef
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 27, 2022

  1. Ensure callback is called when envoking errorHanlder

    A property, errorHanlder, was recently added which will be called
    instead of throwing an error in the .flush() method. This is important
    because errors in .flush() could, previously, only be handled via
    process.on('uncaughtException', err => { ... }).
    
    However, this property is currently unusable as, when the flush method
    invokes this property, it fails to call the callbacks of the events
    being flushed.
    
    This commit makes sure the callbacks are called.
    thaley-atlassian committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    58b79b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Merge pull request #347 from timhaley94/error-handler-callback

    Ensure callback is called when invoking errorHanlder
    pooyaj authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    d62976f View commit details
    Browse the repository at this point in the history
  2. v6.2.0

    pooyaj committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    00c88ef View commit details
    Browse the repository at this point in the history
Loading