Skip to content

Commit f546b51

Browse files
committed
feat: Inline context for custom and migration op events in Client SDK
1 parent 849dd90 commit f546b51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkgs/sdk/client/contract-tests/TestService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class Webapp
3939
"user-type",
4040
"tags",
4141
"auto-env-attributes",
42-
"inline-context",
42+
"inline-context-all",
4343
"anonymous-redaction",
4444
"client-prereq-events"
4545
};

pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<PackageReference Include="System.Text.Json" Version="6.0.10"/>
4646
<PackageReference Include="LaunchDarkly.CommonSdk" Version="7.0.0"/>
4747
<PackageReference Include="LaunchDarkly.EventSource" Version="5.0.1"/>
48-
<PackageReference Include="LaunchDarkly.InternalSdk" Version="3.4.0" />
48+
<PackageReference Include="LaunchDarkly.InternalSdk" Version="3.5.0" />
4949
<PackageReference Include="LaunchDarkly.Logging" Version="2.0.0"/>
5050
<Compile Include="**\*.cs" Exclude="PlatformSpecific\*.cs;bin\**\*.cs;obj\**\*.cs"/>
5151
<Compile Include="PlatformSpecific\*.shared.cs"/>

0 commit comments

Comments
 (0)