js-sdk-contrib/libs/hooks
github-actions[bot] 6bf611f59a
chore(main): release open-telemetry-hooks 0.4.0 (#645)
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
2024-03-25 09:58:12 -04:00
..
open-telemetry chore(main): release open-telemetry-hooks 0.4.0 (#645) 2024-03-25 09:58:12 -04:00
README.md update link to use new doc domain 2023-04-14 16:45:40 -04:00

README.md

OpenFeature JavaScript Hooks

Hooks are a mechanism whereby application developers can add arbitrary behavior to flag evaluation. They operate similarly to middleware in many web frameworks. Please see the spec for more details.

Add a new hook

  1. npm ci
  2. npm run generator-hook