UNPKG

@fastify/otel

Version:

Official Fastify OpenTelemetry Instrumentation

63 lines (27 loc) 2.61 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### [0.9.1](https://github.com/fastify/otel/compare/v0.9.0...v0.9.1) (2025-06-09) ### Bug Fixes * **types:** add default export for FastifyOtelInstrumentation ([#66](https://github.com/fastify/otel/issues/66)) ([054ea65](https://github.com/fastify/otel/commit/054ea65f076916f8218981144a4a8eb961e59d3e)) ## [0.8.0](https://github.com/fastify/otel/compare/v0.7.0...v0.8.0) (2025-05-11) ### Features * export `FastifyOtelInstrumentationOpts` ([#54](https://github.com/fastify/otel/issues/54)) ([f2f7a46](https://github.com/fastify/otel/commit/f2f7a46019aca5fa4b91c4141bba3b1258760fe9)) ## [0.7.0](https://github.com/fastify/otel/compare/v0.6.0...v0.7.0) (2025-04-25) ### Features * **#19:** implement ignore paths ([#48](https://github.com/fastify/otel/issues/48)) ([cfbef77](https://github.com/fastify/otel/commit/cfbef7772ca41386499de4210c19b869ac57ca43)), closes [#19](https://github.com/fastify/otel/issues/19) ## [0.6.0](https://github.com/fastify/otel/compare/v0.5.2...v0.6.0) (2025-04-22) ### Features * **#44:** align APIs with previous instrumentation ([#46](https://github.com/fastify/otel/issues/46)) ([dd7d7bf](https://github.com/fastify/otel/commit/dd7d7bf512aeb3696d0b15a379263b5a3f0b1ecb)), closes [#44](https://github.com/fastify/otel/issues/44) [#44](https://github.com/fastify/otel/issues/44) ### Bug Fixes * Fix named and default exports in MJS ([#43](https://github.com/fastify/otel/issues/43)) ([d3a885b](https://github.com/fastify/otel/commit/d3a885b9306346687067e69dc9943128c6cc79b1)) ## [0.5.0](https://github.com/fastify/otel/compare/v0.3.0...v0.5.0) (2025-03-07) ### Features * auto register([#22](https://github.com/fastify/otel/issues/22)) ([896ba63](https://github.com/fastify/otel/commit/896ba63d28f7c5d228353bd143b0467b6655deb9)) ### Bug Fixes * Return from patched `addHook` ([#25](https://github.com/fastify/otel/issues/25)) ([2879aa1](https://github.com/fastify/otel/commit/2879aa172d9721a464ffe73bafc295ad8fbbddb4)) ## [0.4.0](https://github.com/fastify/otel/compare/v0.3.0...v0.4.0) (2025-02-20) ### Features * auto register([#22](https://github.com/fastify/otel/issues/22)) ([896ba63](https://github.com/fastify/otel/commit/896ba63d28f7c5d228353bd143b0467b6655deb9)) ## 0.1.0 (2025-01-10) ### Features * initial ([#1](https://github.com/fastify/otel/issues/1)) ([8bd0553](https://github.com/fastify/otel/commit/8bd05537d1c1e5e05180c028b3d7fa7afc87f6a4))