Commit 59fcc58
Fix empty ddtags being added to logs
Changed the check to use !string.IsNullOrEmpty(Tags) instead of
Tags is not null to prevent writing empty ddtags property to JSON logs.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 9f8fdf4 commit 59fcc58
File tree
1 file changed
+1
-1
lines changed- tracer/src/Datadog.Trace/Logging/DirectSubmission/Formatting
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
352 | | - | |
| 352 | + | |
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
| |||
0 commit comments