Skip to content

Latest commit

 

History

History
105 lines (53 loc) · 5.71 KB

CHANGELOG.md

File metadata and controls

105 lines (53 loc) · 5.71 KB

Changelog

1.2.0 (2024-10-16)

Features

  • Support response body/headers logging on errors (#20) (06095c9)

1.1.3 (2024-02-07)

Bug Fixes

1.1.2 (2024-01-31)

Bug Fixes

1.1.1 (2023-11-19)

Bug Fixes

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)

1.0.4 (2023-10-04)

Bug Fixes

Miscellaneous

  • Sync files with stordco/common-config-elixir (#7) (684b592)

1.0.3 (2023-08-08)

Bug Fixes

  • Add additional protective wrapping to crash log handling (#5) (f7aba76)

1.0.2 (2023-08-01)

Bug Fixes

Miscellaneous

  • Fix warning during compile (0a90846)
  • Update credo ignore rule (8893e30)

1.0.1 (2023-07-31)

Bug Fixes

  • Update datadog plug formatter for tuples and maps (0b238d4)

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