Skip to content

v0.5.0

Compare
Choose a tag to compare
@huang-julien huang-julien released this 10 Jan 17:15
· 36 commits to main since this release

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