Releases: honeybadger-io/honeybadger-js
Releases · honeybadger-io/honeybadger-js
v3.2.9
[3.2.9] - 2022-04-01
Fixed
- Respect object.toJSON() in breadcrumb.metadata (#722)
v4.0.0-beta.1
Release v4.0.0-beta.1 (#715)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
v3.2.7
[3.2.7] - 2021-11-01
Fixed
- Call lambda handler callback with result if user-defined handler is async (#648)
v3.2.6
[3.2.6] - 2021-10-26
Fixed
- Call lambda handler callback if notify preconditions fail (#648)
v3.2.5
[3.2.5] - 2021-09-22
Fixed
- Check for api key only if enabled (#637)
v3.2.4
[3.2.4] - 2021-08-31
Fixed
- Add details option to notice (#629)
v3.2.3
[3.2.3] - 2021-08-11
Fixed
- TypeScript: Make exported type definition work as type or value (#621)
v3.2.2
[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
[3.2.1] - 2021-05-17
Fixed
- TypeScript: Use express types for middleware (#564)
v3.2.0
[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})