Skip to content

Commit

Permalink
Amend wordpress 5.5 snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
estringana committed Jan 8, 2024
1 parent 0f464d2 commit 29d2b31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"_dd.p.dm": "-0",
"component": "wordpress",
"http.method": "GET",
"http.route": "([^/]+)(?:/([0-9]+))?/?$",
"http.status_code": "200",
"http.url": "http://localhost:9999/simple?key=value&<redacted>",
"runtime-id": "0ff18d67-3374-49ef-aadd-4a242ab14a9d",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"error.stack": "#0 /home/circleci/datadog/tests/Frameworks/WordPress/Version_5_5/wp-includes/class-wp-hook.php(287): datadog_parse_request()\n#1 /home/circleci/datadog/tests/Frameworks/WordPress/Version_5_5/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters()\n#2 /home/circleci/datadog/tests/Frameworks/WordPress/Version_5_5/wp-includes/plugin.php(544): WP_Hook->do_action()\n#3 /home/circleci/datadog/tests/Frameworks/WordPress/Version_5_5/wp-includes/class-wp.php(388): do_action_ref_array()\n#4 /home/circleci/datadog/tests/Frameworks/WordPress/Version_5_5/wp-includes/class-wp.php(745): WP->parse_request()\n#5 /home/circleci/datadog/tests/Frameworks/WordPress/Version_5_5/wp-includes/functions.php(1285): WP->main()\n#6 /home/circleci/datadog/tests/Frameworks/WordPress/Version_5_5/wp-blog-header.php(16): wp()\n#7 /home/circleci/datadog/tests/Frameworks/WordPress/Version_5_5/index.php(17): require()\n#8 {main}",
"error.type": "Exception",
"http.method": "GET",
"http.route": "([^/]+)(?:/([0-9]+))?/?$",
"http.status_code": "200",
"http.url": "http://localhost:9999/error?key=value&<redacted>",
"runtime-id": "0ff18d67-3374-49ef-aadd-4a242ab14a9d",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"_dd.p.dm": "-0",
"component": "wordpress",
"http.method": "GET",
"http.route": "([^/]+)(?:/([0-9]+))?/?$",
"http.status_code": "200",
"http.url": "http://localhost:9999/simple_view?key=value&<redacted>",
"runtime-id": "0ff18d67-3374-49ef-aadd-4a242ab14a9d",
Expand Down

0 comments on commit 29d2b31

Please sign in to comment.