Skip to content

Releases: Moesif/moesif-nodejs

v3.3.2

22 Dec 20:53
6c4808f
Compare
Choose a tag to compare
  • outgoing default time out changed from 2000ms (2 s) to 30000ms (30 s)
  • configurable using maxOutgoingTimeout

v3.3.1

14 Oct 16:19
96ddd0b
Compare
Choose a tag to compare
  • More robust handling of outgoing capture in various scenarios.
  • add outgoingPatch option as an escape hatch for an alternative method for capturing outgoing api calls.

v3.2.2

13 Sep 21:25
326b3a9
Compare
Choose a tag to compare
  • ignore errors related to multi-part requests.
  • some minor fixes.
  • better handling stringify errors.

v3.1.17

22 Dec 19:10
66af171
Compare
Choose a tag to compare

Refactor:

  • Update dependency which specifically addresses issue with crypto-js
  • Bump version to 3.1.17

v3.1.16

27 Nov 22:49
fb41031
Compare
Choose a tag to compare

Fixes:

  • Fixed request.time missing when using koa

v3.1.12

08 Sep 02:50
b7918fe
Compare
Choose a tag to compare

Fixes:

  • Fixed bug where Express throws "trust proxy" error

v3.1.9

06 Aug 00:45
46b9774
Compare
Choose a tag to compare

Refactor:

  • Refactor: Support for request body
  • Bump version to 3.1.9

v3.1.5

24 Oct 23:13
6dddc37
Compare
Choose a tag to compare

Fixes:

  • Ensure user_id and company_id is string

v3.1.4

18 Oct 17:56
b7cfe61
Compare
Choose a tag to compare

Fixes:

  • Ensure Koa request body is logged

v3.1.3

12 Oct 04:11
bd28d06
Compare
Choose a tag to compare

Fixes:

  • Certain set ups with Koa expect the async promise from next() to be returned