Skip to content

Commit 909c177

Browse files
committed
Format code
1 parent 7b922c4 commit 909c177

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/sentry-native

Submodule sentry-native updated 66 files

src/Sentry.Extensions.AI/SentryAISpanEnricher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ internal static void EnrichWithRequest(ISpan span, ChatMessage[] messages, ChatO
7878
/// <param name="aiOptions">AI-specific options</param>
7979
internal static void EnrichWithResponse(ISpan span, ChatResponse response, SentryAIOptions aiOptions)
8080
{
81-
EnrichWithStreamingResponses(span, [..response.ToChatResponseUpdates()], aiOptions);
81+
EnrichWithStreamingResponses(span, [.. response.ToChatResponseUpdates()], aiOptions);
8282
}
8383

8484
/// <summary>

0 commit comments

Comments
 (0)