From 4591431b50fcb488e062bf79658e9c974c3e469f Mon Sep 17 00:00:00 2001 From: Hannah Ramadan Date: Fri, 22 Mar 2024 13:19:55 -0700 Subject: [PATCH] Update CHANGELOG summary to include ruby-openai instrumentation --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63b54f1220..f622665378 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## dev -Version introduces the option to store tracer state on the thread-level, hardens the browser agent insertion logic to better proactively anticipate errors, and prevents excpetions from being raised in the Active Support Broadcast logger instrumentation. +Version introduces instrumentation for ruby-openai, adds the option to store tracer state on the thread-level, hardens the browser agent insertion logic to better proactively anticipate errors, and prevents excpetions from being raised in the Active Support Broadcast logger instrumentation. - **Feature: Add instrumentation for ruby-openai**