3 files changed
+21
-3
lines changedDiff for: components-rs/crashtracker.h
+10-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
675 | 675 |
| |
676 | 676 |
| |
677 | 677 |
| |
678 |
| - | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
679 | 688 |
| |
680 | 689 |
| |
681 | 690 |
| |
|
Diff for: components-rs/sidecar.rs
+10-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
123 |
| - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
124 | 133 |
| |
125 | 134 |
| |
126 | 135 |
| |
|
Diff for: libdatadog
Submodule libdatadog updated 53 files
- .github/workflows/test.yml+1-1
- Cargo.lock+65-1
- Cargo.toml+4-2
- LICENSE-3rdparty.yml+416-10
- bin_tests/src/lib.rs+5-1
- build-config-ffi.sh+148
- build-profiling-ffi.sh+3-1
- builder/Cargo.toml+1
- builder/src/bin/release.rs+2
- builder/src/profiling.rs+2
- crashtracker-ffi/src/crash_info/stacktrace.rs+19-2
- crashtracker/src/crash_info/telemetry.rs+8
- crashtracker/src/receiver/entry_points.rs+137
- crashtracker/src/receiver/mod.rs+102
- crashtracker/src/receiver/receive_report.rs+5-215
- crashtracker/src/rfc5_crash_info/builder.rs+37-4
- crashtracker/src/rfc5_crash_info/stacktrace.rs+50-10
- crashtracker/src/rfc5_crash_info/telemetry.rs+8
- data-pipeline-ffi/src/error.rs+6-1
- data-pipeline/src/trace_exporter/error.rs+15
- data-pipeline/src/trace_exporter/mod.rs+47
- ddcommon-ffi/src/cstr.rs+102
- ddcommon-ffi/src/lib.rs+2
- ddcommon-ffi/src/vec.rs+19-9
- docs/RFCs/0006-crashtraker-incomplete-stacktraces.md+45
- docs/RFCs/artifacts/0006-crashtracker-schema.json+452
- dogstatsd/Cargo.toml+1
- dogstatsd/src/datadog.rs+182-5
- dogstatsd/src/dogstatsd.rs+18-4
- dogstatsd/src/errors.rs+4-2
- dogstatsd/src/flusher.rs+19-14
- dogstatsd/src/metric.rs+31-17
- dogstatsd/tests/integration_test.rs+16-8
- examples/ffi/CMakeLists.txt+4
- examples/ffi/crashinfo.cpp+6-3
- examples/ffi/library_config.c+54
- library-config-ffi/Cargo.toml+27
- library-config-ffi/build.rs+10
- library-config-ffi/cbindgen.toml+39
- library-config-ffi/src/lib.rs+132
- library-config/Cargo.toml+19
- library-config/src/lib.rs+584
- profiling-ffi/Cargo.toml+2
- profiling-ffi/src/lib.rs+4
- serverless/Cargo.toml+1-1
- serverless/src/main.rs+12-7
- spawn_worker/src/trampoline.c+17-2
- tools/docker/Dockerfile.build+3-1
- trace-obfuscation/benches/benchmarks/ip_address_bench.rs+32
- trace-obfuscation/benches/benchmarks/mod.rs+1
- trace-obfuscation/benches/trace_obfuscation.rs+1
- trace-obfuscation/src/ip_address.rs+281
- trace-obfuscation/src/lib.rs+1
0 commit comments