Skip to content

Commit c1807f4

Browse files
committed
Add debug log.
1 parent 55b7d31 commit c1807f4

File tree

1 file changed

+1
-1
lines changed
  • sdk/@launchdarkly/observability-dotnet/src/LaunchDarkly.Observability

1 file changed

+1
-1
lines changed

sdk/@launchdarkly/observability-dotnet/src/LaunchDarkly.Observability/Observe.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public static void RecordException(Exception exception, IDictionary<string, obje
9999
{
100100
if (exception == null)
101101
{
102-
// Silently return if exception is null
102+
DebugLogger.DebugLog("An attempt was made to record a null exception.");
103103
return;
104104
}
105105

0 commit comments

Comments
 (0)