Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
shurivich committed Dec 4, 2024
1 parent d9cc1e6 commit c6b9d83
Show file tree
Hide file tree
Showing 29 changed files with 2,598 additions and 17,729 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/run-end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,15 +276,9 @@ jobs:
- name: Run DEBUGGER_PROBES_STATUS scenario
if: always() && steps.build.outcome == 'success' && contains(inputs.scenarios, '"DEBUGGER_PROBES_STATUS"')
run: ./run.sh DEBUGGER_PROBES_STATUS
- name: Run DEBUGGER_METHOD_PROBES_SNAPSHOT scenario
if: always() && steps.build.outcome == 'success' && contains(inputs.scenarios, '"DEBUGGER_METHOD_PROBES_SNAPSHOT"')
run: ./run.sh DEBUGGER_METHOD_PROBES_SNAPSHOT
- name: Run DEBUGGER_LINE_PROBES_SNAPSHOT scenario
if: always() && steps.build.outcome == 'success' && contains(inputs.scenarios, '"DEBUGGER_LINE_PROBES_SNAPSHOT"')
run: ./run.sh DEBUGGER_LINE_PROBES_SNAPSHOT
- name: Run DEBUGGER_MIX_LOG_PROBE scenario
if: always() && steps.build.outcome == 'success' && contains(inputs.scenarios, '"DEBUGGER_MIX_LOG_PROBE"')
run: ./run.sh DEBUGGER_MIX_LOG_PROBE
- name: Run DEBUGGER_PROBES_SNAPSHOT scenario
if: always() && steps.build.outcome == 'success' && contains(inputs.scenarios, '"DEBUGGER_PROBES_SNAPSHOT"')
run: ./run.sh DEBUGGER_PROBES_SNAPSHOT
- name: Run DEBUGGER_PII_REDACTION scenario
if: always() && steps.build.outcome == 'success' && contains(inputs.scenarios, '"DEBUGGER_PII_REDACTION"')
run: ./run.sh DEBUGGER_PII_REDACTION
Expand Down
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": "192.168.65.1",
"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": "192.168.65.1",
"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"
}
}

This file was deleted.

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"
}
}

This file was deleted.

Loading

0 comments on commit c6b9d83

Please sign in to comment.