Skip to content

Releases: huang-julien/nitro-opentelemetry

v0.7.4

09 Feb 18:11
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Automatically add types in generated tsconfig (#19)

📖 Documentation

🤖 CI

❤️ Contributors

v0.7.3

28 Jan 20:00
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Use mlly.resolvePath to resolve renderer handlers (#18)

❤️ Contributors

v0.7.2

25 Jan 14:58
d91816b
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Don't inline anything if no preset (ec687b2)
  • Don't inject options if preset is false (#17)

🏡 Chore

  • gh: Add issue templates (8e63348)
  • gh: Move issue templates to yaml (40cc7a9)
  • Create CODE_OF_CONDUCT.md (6320d23)

❤️ Contributors

v0.7.1

23 Jan 20:09
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Keep context within main renderer and error renderer (#16)

📖 Documentation

  • Update README (2cd2f39)
  • Mention nitro future otel integration (91d3d13)

❤️ Contributors

v0.7.0

19 Jan 00:10
f556dc2
Compare
Choose a tag to compare

compare changes

⚠️ Breaking change

  • #13 : span has been moved to H3Event.otel due to the reason that H3EventContext are shared across event.$fetch. This can cause Spans to be ended multiple times

🩹 Fixes

  • ⚠️ Move span out of H3EventContext (#13)
  • Resolve h3 route when setting "url.path" (#12)

📖 Documentation

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Move span out of H3EventContext (#13)

❤️ Contributors

v0.6.2

17 Jan 20:48
4903ca7
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • End span in error hook (#11)

❤️ Contributors

v0.6.1

16 Jan 23:03
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • plugin: GetTracer in request hook (#9)
  • plugin: End span in afterReponse hook (#10)

❤️ Contributors

v0.6.0

16 Jan 19:22
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • plugin: otel:span:end hook (#8)

🏡 Chore

❤️ Contributors

v0.5.1

12 Jan 18:25
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Correctly get route path for span name (#7)

❤️ Contributors

v0.5.0

10 Jan 17:15
Compare
Choose a tag to compare

compare changes

nitro-opentelemetry 0.5.0

This release bring trace correlation from incoming request ! It also correlate traces in internal local call !

This module is now also compatible with Nuxt:
You can directly use it by adding the module within the module list of your Nuxt config.

🚀 Enhancements

  • Nuxt module compatibility (2bb1f6a)
  • Extract context from headers (a66ff2f)
  • Trace internal requests (#3)

🩹 Fixes

  • plugin: Add missing server adress and port (1d8910d)
  • Add missing dependency (fd8fa5c)
  • Properly inject init file in entry file (b4ccca8)

💅 Refactors

  • plugin: Get tracer inside plugin (200c1d3)

📖 Documentation

  • Warn about unstable status in readme (9da97c3)

🏡 Chore

✅ Tests

🤖 CI

  • Run dev:prepare after install (23c8e5e)

❤️ Contributors