Apply suggestion from @beeme1mr

Co-authored-by: Michael Beemer <beeme1mr@users.noreply.github.com>
Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>
This commit is contained in:
Lukas Reining 2025-09-30 22:30:05 +02:00 committed by GitHub
parent 7dd1e55fea
commit a404933c6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ export class EventHook extends OpenTelemetryHook implements BaseHook {
constructor(options?: OpenTelemetryHookOptions, logger?: Logger) {
super(options, logger);
this.eventLogger = events.getEventLogger('feature-flag'); // TODO: Which name? User configurable?
this.eventLogger = events.getEventLogger('@openfeature/open-telemetry-hooks', "0.4.0"); // Update version with Release Please
}
finally(hookContext: Readonly<HookContext>, evaluationDetails: EvaluationDetails<FlagValue>) {