Description
Implement a TelemetryHook that can be shared across the various JavaScript SDKs. Ensure it complies with the OpenTelemetry specification and meets the technical requirements, including those from Appendix D of the OpenFeature Specification and the OpenTelemetry Semantic Conventions for Feature Flags.
Technical requirements
- Must comply with the OTel specification.
- Must be included in the SDK.
- Must not include any third-party dependencies.
- Must be extensible, allowing users to add their own capturing mechanisms and properties.
- Must adhere to the observability conformance requirements in Appendix D of the OpenFeature Specification.
Description
Implement a
TelemetryHookthat can be shared across the various JavaScript SDKs. Ensure it complies with the OpenTelemetry specification and meets the technical requirements, including those from Appendix D of the OpenFeature Specification and the OpenTelemetry Semantic Conventions for Feature Flags.Technical requirements