v0.5.0
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
- Update lockfile (c470fb9)
- 0.4.0 (a2292cf)
- Remove console.log in test (58276b5)
- playground: Add compatibility date (c9fa5e1)
- Remove prepare scripts from fixtures and playground (1cf9131)
- Update README (98ef316)
- Add biome (ff7d659)
- Lint (66b3ef5)
- Remove console.log (12092d9)
✅ Tests
🤖 CI
- Run dev:prepare after install (23c8e5e)
❤️ Contributors
- Julien Huang (@huang-julien)