-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update libdatadog to prevent serializing 'error' field when no error …
…is reported.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libdatadog
updated
11 files
+18 −0 | .github/workflows/all-checks.yml | |
+14 −4 | .github/workflows/lint.yml | |
+1 −1 | .github/workflows/publish-serverless-agent.yml | |
+3 −2 | Cargo.lock | |
+1 −1 | LICENSE-3rdparty.yml | |
+1 −9 | profiling/src/internal/profile/fuzz_tests.rs | |
+3 −0 | trace-protobuf/Cargo.toml | |
+8 −0 | trace-protobuf/build.rs | |
+3 −0 | trace-protobuf/src/lib.rs | |
+5 −0 | trace-protobuf/src/pb.rs | |
+36 −0 | trace-protobuf/src/pb_test.rs |