You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: use ConfigurationKeys.Telemetry.RootSessionId instead of pragma hacks
Re-add _DD_ROOT_DOTNET_SESSION_ID to supported-configurations.yaml so it
generates ConfigurationKeys.Telemetry.RootSessionId. RuntimeId.cs can now
use that constant directly — no RootSessionEnvVar const, no #pragma DD0012
suppression needed.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: tracer/src/Datadog.Trace/Generated/net461/Datadog.Trace.SourceGenerators/ConfigurationKeysGenerator/ConfigurationKeys.Telemetry.g.cs
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -105,5 +105,11 @@ internal static class Telemetry
Copy file name to clipboardExpand all lines: tracer/src/Datadog.Trace/Generated/net6.0/Datadog.Trace.SourceGenerators/ConfigurationKeysGenerator/ConfigurationKeys.Telemetry.g.cs
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -105,5 +105,11 @@ internal static class Telemetry
Copy file name to clipboardExpand all lines: tracer/src/Datadog.Trace/Generated/netcoreapp3.1/Datadog.Trace.SourceGenerators/ConfigurationKeysGenerator/ConfigurationKeys.Telemetry.g.cs
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -105,5 +105,11 @@ internal static class Telemetry
Copy file name to clipboardExpand all lines: tracer/src/Datadog.Trace/Generated/netstandard2.0/Datadog.Trace.SourceGenerators/ConfigurationKeysGenerator/ConfigurationKeys.Telemetry.g.cs
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -105,5 +105,11 @@ internal static class Telemetry
0 commit comments