-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d051df
commit e777ab6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libdatadog
updated
19 files
+20 −6 | Cargo.lock | |
+97 −6 | LICENSE-3rdparty.yml | |
+1 −0 | README.md | |
+6 −5 | bin_tests/tests/crashtracker_bin_test.rs | |
+1 −1 | crashtracker/Cargo.toml | |
+8 −10 | crashtracker/src/crash_info.rs | |
+3 −3 | crashtracker/src/stacktrace.rs | |
+4 −2 | crashtracker/src/telemetry.rs | |
+25 −0 | ddcommon-ffi/src/endpoint.rs | |
+54 −1 | ddcommon/src/azure_app_services.rs | |
+22 −12 | ddcommon/src/lib.rs | |
+8 −9 | ddtelemetry/src/config.rs | |
+7 −11 | ddtelemetry/src/worker/http_client.rs | |
+6 −0 | ddtelemetry/src/worker/mod.rs | |
+5 −5 | ruby/Rakefile | |
+1 −1 | ruby/lib/libdatadog/version.rb | |
+1 −1 | symbolizer-ffi/Cargo.toml | |
+1,063 −729 | symbolizer-ffi/src/blazesym.h | |
+9 −0 | trace-utils/src/trace_utils.rs |