Skip to content

Releases: immobiliare/fastify-sentry

v5.0.0

08 Nov 10:57
Compare
Choose a tag to compare

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

28 Oct 14:28
Compare
Choose a tag to compare

4.1.2 (2022-10-28)

Bug Fixes

  • deps: sentry broken version chain (31a372d), closes #274

v5.0.0-next.1

13 Oct 09:07
Compare
Choose a tag to compare
v5.0.0-next.1 Pre-release
Pre-release

5.0.0-next.1 (2022-10-13)

Features

  • improve integration with sentry sdk (c20e45b)

BREAKING CHANGES

  • the plugin configuration interface is completely different.

v4.1.1

24 Aug 10:27
Compare
Choose a tag to compare

4.1.1 (2022-08-24)

Bug Fixes

  • don't override validation errors (73317b1)

v4.1.0

18 Jul 11:05
Compare
Choose a tag to compare

v4.0.1

22 Jun 07:27
Compare
Choose a tag to compare

4.0.1 (2022-06-22)

Bug Fixes

  • fastify: pin to version 4.x (78d3937)

v4.0.0

21 Jun 11:35
Compare
Choose a tag to compare

4.0.0 (2022-06-21)

Features

BREAKING CHANGES

  • fastify: Updated fastify framework to new major version v4

v3.1.0

24 May 11:08
Compare
Choose a tag to compare

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

10 May 10:32
Compare
Choose a tag to compare

3.0.0 (2022-05-10)

Features

BREAKING CHANGES

  • Node.js 12 is deprecated

v2.0.1

05 May 11:49
Compare
Choose a tag to compare

2.0.1 (2022-05-05)

Bug Fixes

  • change log message when no dsn is passed (38ead32), closes #96, ref #93