Skip to content

Releases: edx/frontend-logging

v4.2.2

30 May 14:17
8ff3807
Compare
Choose a tag to compare

4.2.2 (2024-05-30)

Reverts

v4.2.1

28 May 11:56
17fa3d9
Compare
Choose a tag to compare

4.2.1 (2024-05-28)

Bug Fixes

v4.2.0

24 May 14:42
dbc314e
Compare
Choose a tag to compare

4.2.0 (2024-05-24)

Features

  • added support to set version dynamically based on the release (#30) (dbc314e)

v4.1.1

13 May 17:47
7599e32
Compare
Choose a tag to compare

4.1.1 (2024-05-13)

Bug Fixes

  • set session sample rate configurable and defaults to 0 (#29) (7599e32)

v4.1.0

13 May 14:18
8054e3d
Compare
Choose a tag to compare

4.1.0 (2024-05-13)

Features

  • added env flag in DD logs (6c26366)
  • Merge pull request #26 from edx/abdullahwaheed/new-relic-support (8054e3d)

v4.0.2

09 May 13:32
f2e24b0
Compare
Choose a tag to compare

4.0.2 (2024-05-09)

Bug Fixes

  • updated .npmignore with some more entries (#25) (f2e24b0)

v4.0.1

09 May 10:23
e09e369
Compare
Choose a tag to compare

4.0.1 (2024-05-09)

Bug Fixes

  • added .npmignore file so dist is added in npm release (#22) (97ee3b8)
  • reverted releaserc and added build step in release CI script (#23) (e09e369)

v4.0.0

08 May 16:31
7596fe8
Compare
Choose a tag to compare

4.0.0 (2024-05-08)

  • feat!: added datadog loggin service and made changes accordingly with respective readme update (#20) (2781972), closes #20

Features

  • added Github workflows in the respective directory (#21) (7596fe8)

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

22 Aug 21:42
301f8ab
Compare
Choose a tag to compare

3.0.1 (2019-08-22)

Bug Fixes

  • add alias for logAPIErrorResponse (#15) (301f8ab)

v3.0.0

22 Aug 20:47
cadb9ed
Compare
Choose a tag to compare

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.