Commit fc8378e
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
503 | | - | |
504 | | - | |
505 | | - | |
| 503 | + | |
506 | 504 | | |
507 | 505 | | |
508 | 506 | | |
| |||
Submodule libdatadog updated 33 files
- .github/workflows/pr-title-semver-check.yml+302
- .github/workflows/test-ruby.yml+3-1
- Cargo.lock+1
- bin_tests/Cargo.toml+1
- bin_tests/src/bin/crashing_test_app.rs+58-7
- bin_tests/src/lib.rs+14
- bin_tests/src/modes/behavior.rs+3
- bin_tests/src/modes/unix/mod.rs+3
- bin_tests/src/modes/unix/test_013_panic_hook_after_fork.rs+120
- bin_tests/src/modes/unix/test_014_panic_hook_string.rs+31
- bin_tests/src/modes/unix/test_015_panic_hook_unknown_type.rs+30
- bin_tests/src/test_runner.rs+6-9
- bin_tests/tests/crashtracker_bin_test.rs+382-28
- bin_tests/tests/test_the_tests.rs+1
- build-common/Cargo.toml+1-1
- datadog-ipc/src/platform/unix/mem_handle.rs+1-1
- libdd-crashtracker/Cargo.toml+1-1
- libdd-crashtracker/src/collector/api.rs+7-3
- libdd-crashtracker/src/collector/collector_manager.rs+5
- libdd-crashtracker/src/collector/crash_handler.rs+243
- libdd-crashtracker/src/collector/emitters.rs+143-1
- libdd-crashtracker/src/crash_info/builder.rs+100
- libdd-crashtracker/src/crash_info/telemetry.rs+56-10
- libdd-crashtracker/src/receiver/receive_report.rs+149-7
- libdd-crashtracker/src/shared/constants.rs+2
- libdd-data-pipeline/src/trace_exporter/mod.rs+28-12
- libdd-telemetry/src/worker/mod.rs+10-7
- libdd-trace-utils/src/send_with_retry/mod.rs+1-1
- libdd-trace-utils/src/test_utils/datadog_test_agent.rs+1-1
- ruby/README.md+3-1
- ruby/Rakefile+4-4
- ruby/lib/libdatadog/version.rb+1-1
- ruby/spec/gem_packaging.rb+1-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments