Releases: hydra-newmedia/hapi-sentry
Releases · hydra-newmedia/hapi-sentry
v4.0.0
v4.0.0-0
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
Update @sentry/node
to ^6.2.2
. This contains no breaking changes according to the sentry changelog.
v3.1.0
v3.0.0
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
- update hapi peer dependency to v19
- other package.json package updates
v2.1.0
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
Breaking changes:
- migrated dependencies to
@hapi
(#26)- dependencies
@hapi/hoek
,@hapi/joi
- peer dependency
@hapi/hapi
- dev dependencies
@hapi/hapi
- dependencies
- 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!