Commit f4ce0bf
Add dynamic instrumentation and exception replay to startup logging (#3667)
The startup configuration JSON now includes the status of
DD_DYNAMIC_INSTRUMENTATION_ENABLED and DD_EXCEPTION_REPLAY_ENABLED,
making it easier to verify these features are configured correctly
when the tracer starts up.
Updated the corresponding tests to expect these new fields.
Co-authored-by: ddsign <[email protected]>
Co-authored-by: Claude Sonnet 4.5 <[email protected]>1 parent e123921 commit f4ce0bf
File tree
3 files changed
+6
-0
lines changed- ext
- tests/ext
3 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| 188 | + | |
| 189 | + | |
188 | 190 | | |
189 | 191 | | |
190 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
0 commit comments