frontend-platform
frontend-platform copied to clipboard
feat: added datadog logging adapter
Description:
Describe what this pull request changes, and why. Include implications for people using this change.
Merge checklist:
- [ ] Consider running your code modifications in the included example app within
frontend-platform. This can be done by runningnpm startand opening http://localhost:8080. - [ ] Consider testing your code modifications in another local micro-frontend using local aliases configured via the
module.config.jsfile infrontend-build. - [ ] Verify your commit title/body conforms to the conventional commits format (e.g.,
fix,feat) and is appropriate for your code change. Consider whether your code is a breaking change, and modify your commit accordingly.
Post merge:
- [ ] After the build finishes for the merged commit, verify the new release has been pushed to NPM.