Commit 806ce08
authored
fix: Make attributes optional for RecordLog. (#202)
## Summary
The attributes parameter to RecordLog should have been optional.
## How did you test this change?
<!--
Frontend - Leave a screencast or a screenshot to visually describe the
changes.
-->
## Are there any deployment considerations?
<!--
Backend - Do we need to consider migrations or backfilling data?
-->1 parent 5e3b1e1 commit 806ce08
File tree
1 file changed
+1
-1
lines changed- sdk/@launchdarkly/observability-dotnet/src/LaunchDarkly.Observability
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
| 297 | + | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| |||
0 commit comments