Releases: immobiliare/fastify-sentry
Releases · immobiliare/fastify-sentry
v5.0.0
5.0.0 (2022-11-08)
Bug Fixes
- upgrade fastify-plugin from 4.2.1 to 4.3.0 (0b35f18)
Features
- improve integration with sentry sdk (c20e45b)
BREAKING CHANGES
- the plugin configuration interface is completely different.
v4.1.2
4.1.2 (2022-10-28)
Bug Fixes
- deps: sentry broken version chain (31a372d), closes #274
v5.0.0-next.1
Features
- improve integration with sentry sdk (c20e45b)
BREAKING CHANGES
- the plugin configuration interface is completely different.
v4.1.1
4.1.1 (2022-08-24)
Bug Fixes
- don't override validation errors (73317b1)
v4.1.0
4.1.0 (2022-07-18)
Features
v4.0.1
4.0.1 (2022-06-22)
Bug Fixes
- fastify: pin to version 4.x (78d3937)
v4.0.0
4.0.0 (2022-06-21)
Features
BREAKING CHANGES
- fastify: Updated fastify framework to new major version v4
v3.1.0
3.1.0 (2022-05-24)
Bug Fixes
- index.js: support all options for for sentry initialization (eef8b8a)
Features
- add support for @fastify/sensible errors (27f368b)
v3.0.0
3.0.0 (2022-05-10)
Features
BREAKING CHANGES
v2.0.1
2.0.1 (2022-05-05)
Bug Fixes
- change log message when no dsn is passed (38ead32), closes #96, ref #93