fix(debugger): don't expect probe config to contain capture object#6807
fix(debugger): don't expect probe config to contain capture object#6807
capture object#6807Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Overall package sizeSelf size: 4.49 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 2.0.3 | 76.87 kB | 808.03 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6807 +/- ##
=======================================
Coverage 85.86% 85.86%
=======================================
Files 518 518
Lines 22375 22375
=======================================
Hits 19212 19212
Misses 3163 3163 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
BenchmarksBenchmark execution time: 2026-02-01 18:12:23 Comparing candidate commit 5622218 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 228 metrics, 32 unstable metrics. |
47fb11c to
62df394
Compare
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🔗 Commit SHA: 5622218 | Docs | Datadog PR Page | Was this helpful? Give us feedback! |
Don't throw if the probe config doesn't contain a `capture` object when `captureSnapshot: true`. Currently, all probe config objects does contain a `capture` object, but in case this ever changes in the future we'll be prepared.
62df394 to
5622218
Compare
…6807) Don't throw if the probe config doesn't contain a `capture` object when `captureSnapshot: true`. Currently, all probe config objects does contain a `capture` object, but in case this ever changes in the future we'll be prepared.
…6807) Don't throw if the probe config doesn't contain a `capture` object when `captureSnapshot: true`. Currently, all probe config objects does contain a `capture` object, but in case this ever changes in the future we'll be prepared.
…6807) Don't throw if the probe config doesn't contain a `capture` object when `captureSnapshot: true`. Currently, all probe config objects does contain a `capture` object, but in case this ever changes in the future we'll be prepared.
…6807) Don't throw if the probe config doesn't contain a `capture` object when `captureSnapshot: true`. Currently, all probe config objects does contain a `capture` object, but in case this ever changes in the future we'll be prepared.

What does this PR do?
Don't throw if the probe config doesn't contain a
captureobject whencaptureSnapshot: true.Motivation
Currently, all probe config objects does contain a
captureobject, but in case this ever changes in the future we'll be prepared.Plugin Checklist
Additional Notes