Releases: stordco/logger_json
Releases · stordco/logger_json
v1.2.0
1.2.0 (2024-10-16)
Features
- Support response body/headers logging on errors (#20) (06095c9)
v1.1.3
1.1.3 (2024-02-07)
Bug Fixes
v1.1.2
1.1.2 (2024-01-31)
Bug Fixes
v1.1.1
1.1.1 (2023-11-19)
Bug Fixes
v1.1.0
1.1.0 (2023-10-24)
Features
- Default authorization header callback to support stord api keys (#13) (43b29c7)
- Support additional scrubbing configuration and callbacks (#11) (7a9ba85)
v1.0.4
1.0.4 (2023-10-04)
Bug Fixes
Miscellaneous
- Sync files with stordco/common-config-elixir (#7) (684b592)
v1.0.3
1.0.3 (2023-08-08)
Bug Fixes
- Add additional protective wrapping to crash log handling (#5) (f7aba76)
v1.0.2
1.0.2 (2023-08-01)
Bug Fixes
Miscellaneous
- Fix warning during compile (0a90846)
- Update credo ignore rule (8893e30)
v1.0.1
1.0.1 (2023-07-31)
Bug Fixes
- Update datadog plug formatter for tuples and maps (0b238d4)
v1.0.0
1.0.0 (2023-07-31)
Features
- Add datadog error tracking attributes (05c3bc3)
- Add phoenix route to plug metadata (#90) (b4b9b9e)
- Add request headers and params to logger body (893e4dc)
- Allow converting otel trace ids to datadog values (#91) (d13b725)
- Allow setting Datadog syslog.hostname attribute (#87) (cad53fe)
- Use Datadog error tracking fields for crashes (e7a6efa)
Bug Fixes
- Safely format values within tuples (#74) (b5b4f22)
Miscellaneous