Skip to content

Releases: hydra-newmedia/hapi-sentry

v4.0.0

12 Jun 08:56
v4.0.0
6aae6d4
Compare
Choose a tag to compare

This major release adds support for the latest hapi & sentry version. It should require no code changes, only version updates.

Breaking Changes

  • Requires node 14+
  • Requires @node/sentry 7+

v4.0.0-0

27 Feb 13:04
v4.0.0-0
520e69b
Compare
Choose a tag to compare
v4.0.0-0 Pre-release
Pre-release

Thanks @mattboutet for contributing most of the changes! This is a pre-release that adds compatibility with the latest sentry version.

Breaking Changes

  • Requires node 14+
  • Requires @node/sentry 7+

This is a pre-release for now, because we plan to also convert the project to typescript (#123) before releasing 4.0.0.

v3.2.0

17 Mar 11:43
v3.2.0
0b10c7c
Compare
Choose a tag to compare

Update @sentry/node to ^6.2.2. This contains no breaking changes according to the sentry changelog.

v3.1.0

09 Sep 10:36
v3.1.0
6ca8aed
Compare
Choose a tag to compare

Changes

  • package.json: mark as compatible with @hapi/hapi@20 and test with it
  • switch from @hapi/joi to joi

Thanks to @joshkel for opening the initial PR (#80)

v3.0.0

20 Jan 15:55
Compare
Choose a tag to compare

Breaking changes

  • requires nodejs 12+ because of updated joi dependency

New features

  • new useDomainsPerRequest option can enhance breadcrumbs accuracy per request if enabled. Thanks @jardakotesovec for this PR!

Other notable changes

v2.1.0

22 Oct 15:57
701eac9
Compare
Choose a tag to compare

This new release can catch errors from log events if desired. See readme for docs

Thanks to @nakardo for contributing this feature.

v2.0.0

01 Jul 09:41
660bcd0
Compare
Choose a tag to compare

Breaking changes:

  • migrated dependencies to @hapi (#26)
    • dependencies @hapi/hoek, @hapi/joi
    • peer dependency @hapi/hapi
    • dev dependencies @hapi/hapi
  • updated dependency to @sentry/node from 4.x.x to 5.x.x (#26)
  • removed channel option (#27) (but you probably didn't use this options)

You should not need to update any code. Just dependencies!