-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into cbeauchesne/ruff-auto-fix
- Loading branch information
Showing
45 changed files
with
2,664 additions
and
17,779 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 49 additions & 0 deletions
49
tests/debugger/approvals/exception_replay_inner_dotnet_spans_expected.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"snapshot_0": { | ||
"duration": "<scrubbed>", | ||
"error": 1, | ||
"meta": { | ||
"_dd.appsec.event_rules.version": "<scrubbed>", | ||
"_dd.debug.error.0.frame_data.class_name": "DebuggerController", | ||
"_dd.debug.error.0.frame_data.function": "ExceptionReplayInner", | ||
"_dd.debug.error.0.snapshot_id": "<scrubbed>", | ||
"_dd.debug.error.exception_hash": "<scrubbed>", | ||
"_dd.debug.error.exception_id": "<scrubbed>", | ||
"_dd.di._eh": "-1498658543", | ||
"_dd.di._er": "Eligible", | ||
"_dd.iast.enabled": "1", | ||
"_dd.runtime_family": "dotnet", | ||
"aspnet_core.endpoint": "weblog.DebuggerController.ExceptionReplayInner (app)", | ||
"aspnet_core.route": "debugger/exceptionreplay/inner", | ||
"component": "aspnet_core", | ||
"env": "system-tests", | ||
"error.debug_info_captured": "true", | ||
"error.msg": "Outer exception", | ||
"error.stack": "System.Exception: Outer exception\n ---> System.Exception: Inner exception\n at weblog.DebuggerController.ExceptionReplayInner()<scrubbed>", | ||
"error.type": "System.Exception", | ||
"http.client_ip": "<scrubbed>", | ||
"http.method": "GET", | ||
"http.request.headers.host": "localhost:7777", | ||
"http.request.headers.user-agent": "<scrubbed>", | ||
"http.route": "debugger/exceptionreplay/inner", | ||
"http.status_code": "500", | ||
"http.url": "http://localhost:7777/debugger/exceptionreplay/inner", | ||
"http.useragent": "<scrubbed>", | ||
"key1": "val1", | ||
"key2": "val2", | ||
"language": "dotnet", | ||
"network.client.ip": "<scrubbed>", | ||
"runtime-id": "<scrubbed>", | ||
"span.kind": "server", | ||
"version": "<scrubbed>" | ||
}, | ||
"metrics": "<scrubbed>", | ||
"name": "aspnet_core.request", | ||
"resource": "GET /debugger/exceptionreplay/inner", | ||
"service": "weblog", | ||
"spanID": "<scrubbed>", | ||
"start": "<scrubbed>", | ||
"traceID": "<scrubbed>", | ||
"type": "web" | ||
} | ||
} |
9 changes: 0 additions & 9 deletions
9
tests/debugger/approvals/exception_replay_inner_dotnet_tags_expected.json
This file was deleted.
Oops, something went wrong.
33 changes: 33 additions & 0 deletions
33
tests/debugger/approvals/exception_replay_inner_java_spans_expected.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"snapshot_0": { | ||
"duration": "<scrubbed>", | ||
"error": 1, | ||
"meta": { | ||
"_dd.debug.error.94.snapshot_id": "<scrubbed>", | ||
"_dd.debug.error.exception_hash": "<scrubbed>", | ||
"_dd.debug.error.exception_id": "<scrubbed>", | ||
"_dd.p.tid": "<scrubbed>", | ||
"component": "spring-web-controller", | ||
"env": "system-tests", | ||
"error.debug_info_captured": "true", | ||
"error.message": "500 INTERNAL_SERVER_ERROR \"Outer exception\"; nested exception is org.springframework.web.server.ResponseStatusException: 500 INTERNAL_SERVER_ERROR \"Inner exception\"", | ||
"error.stack": "org.springframework.web.server.ResponseStatusException: 500 INTERNAL_SERVER_ERROR \"Outer exception\"; nested exception is org.spr<scrubbed>", | ||
"error.type": "org.springframework.web.server.ResponseStatusException", | ||
"key1": "val1", | ||
"key2": "val2", | ||
"language": "jvm", | ||
"span.kind": "server", | ||
"thread.name": "<scrubbed>", | ||
"version": "<scrubbed>" | ||
}, | ||
"metrics": "<scrubbed>", | ||
"name": "spring.handler", | ||
"parentID": "<scrubbed>", | ||
"resource": "DebuggerController.exceptionReplayInner", | ||
"service": "weblog", | ||
"spanID": "<scrubbed>", | ||
"start": "<scrubbed>", | ||
"traceID": "<scrubbed>", | ||
"type": "web" | ||
} | ||
} |
22 changes: 0 additions & 22 deletions
22
tests/debugger/approvals/exception_replay_inner_java_tags_expected.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.