All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- ...
- Bump dd-trace to ^0.16.3
- Remove extraneous console.log
- Add support for module options in standard Nuxt style, e.g.
['nuxt-datadog-trace', { hostname: 'localhost' }]
- Default dd-trace to
localhost
hostname ifDATADOG_AGENT_HOST
ENV is falsey - Fix service name defaulting to nuxt-datadog-trace. Now defaults to host app's [package.json].name property
- Add .prettierrc file
- Updated readme format + edited for clarity
- Add web URLs to
./package.json
- Add readme and a changelog
- Initial bits! 🎉