Skip to content

Releases: honeybadger-io/honeybadger-js

v3.2.9

01 Apr 20:27
9b86917
Compare
Choose a tag to compare

[3.2.9] - 2022-04-01

Fixed

  • Respect object.toJSON() in breadcrumb.metadata (#722)

v4.0.0-beta.1

16 Mar 17:05
45ef7b3
Compare
Choose a tag to compare
Release v4.0.0-beta.1 (#715)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

v3.2.7

01 Nov 17:58
1d13eb4
Compare
Choose a tag to compare

[3.2.7] - 2021-11-01

Fixed

  • Call lambda handler callback with result if user-defined handler is async (#648)

v3.2.6

01 Nov 17:26
171adf5
Compare
Choose a tag to compare

[3.2.6] - 2021-10-26

Fixed

  • Call lambda handler callback if notify preconditions fail (#648)

v3.2.5

22 Sep 21:37
ad8c35b
Compare
Choose a tag to compare

[3.2.5] - 2021-09-22

Fixed

  • Check for api key only if enabled (#637)

v3.2.4

03 Sep 00:36
ea8e0dd
Compare
Choose a tag to compare

[3.2.4] - 2021-08-31

Fixed

  • Add details option to notice (#629)

v3.2.3

11 Aug 23:27
1b816f0
Compare
Choose a tag to compare

[3.2.3] - 2021-08-11

Fixed

  • TypeScript: Make exported type definition work as type or value (#621)

v3.2.2

19 Jul 18:46
3907c02
Compare
Choose a tag to compare

[3.2.2] - 2021-07-19

Fixed

  • TypeScript: Add missing methods typedefs (#611)
  • Internal: Fixed TypeScript types, added null checks, automated type declaration files

v3.2.1

17 May 22:11
9cdfe3b
Compare
Choose a tag to compare

[3.2.1] - 2021-05-17

Fixed

  • TypeScript: Use express types for middleware (#564)

v3.2.0

30 Mar 16:06
371495c
Compare
Choose a tag to compare

[3.2.0] - 2021-03-30

Fixed

  • Update Node API endpoint to enable source map processing for server-side errors.

Added

  • Add tagging to errors with 3 possible API's
    Honeybadger.configure({tags: string | string[] | undefined})
    Honeybadger.setContext({tags: string | string[] | undefined})
    Honeybadger.notify('error', {tags: string | string[] | undefined})