Releases: edx/frontend-logging
Releases · edx/frontend-logging
v4.1.0
v4.0.2
v4.0.1
v4.0.0
4.0.0 (2024-05-08)
- feat!: added datadog loggin service and made changes accordingly with respective readme update (#20) (2781972), closes #20
Features
BREAKING CHANGES
-
removed NewRelicLoggingService and introduced DatadogLoggingService and updated repo structure
-
feat: added datadog logging service and made changes accordingly with respective readme update
-
test: added unit tests for the logging service
-
refactor: removed redundant script
-
refactor: removed redundant scripts and files
-
docs: fixed Readme issues
-
docs: fixed Readme issues
-
refactor: PR suggested changes
-
refactor: CI action would only run when PR is created or updated
v3.0.1
v3.0.0
3.0.0 (2019-08-22)
Features
BREAKING CHANGES
- logAPIErrorResponse(error, customAttrs) is renamed to logApiClientError(error, customAttrs). It uses processAxiosError which clients can also leverage to normalize axios error objects. logApiClientError will take a messagePrefix specified in customAttrs and prepend that to error messages.