diff --git a/src/Integrations/Integrations/WordPress/V2/WordPressIntegrationLoader.php b/src/Integrations/Integrations/WordPress/V2/WordPressIntegrationLoader.php index 3cb91a1116..1abc151b02 100644 --- a/src/Integrations/Integrations/WordPress/V2/WordPressIntegrationLoader.php +++ b/src/Integrations/Integrations/WordPress/V2/WordPressIntegrationLoader.php @@ -268,7 +268,7 @@ function (HookData $hook) use ($integration, $theme) { // Runs after wp-settings.php is loaded - i.e., after the entire core of WordPress functions is // loaded and the current user is populated $user = wp_get_current_user(); - if ($user) { + if ($user && $user->ID !== 0) { $meta = []; if ($user->user_login) { $meta['username'] = $user->user_login; diff --git a/tests/snapshots/tests.integrations.word_press.v4_8.common_scenarios_callbacks_test.test_scenario_get_return_string.json b/tests/snapshots/tests.integrations.word_press.v4_8.common_scenarios_callbacks_test.test_scenario_get_return_string.json index 60f03a6a47..181aa42507 100644 --- a/tests/snapshots/tests.integrations.word_press.v4_8.common_scenarios_callbacks_test.test_scenario_get_return_string.json +++ b/tests/snapshots/tests.integrations.word_press.v4_8.common_scenarios_callbacks_test.test_scenario_get_return_string.json @@ -14,8 +14,7 @@ "http.status_code": "200", "http.url": "http://localhost:9999/simple?key=value&", "runtime-id": "ca4d22f2-9347-458f-be03-e9defbc1af52", - "span.kind": "server", - "usr.id": "0" + "span.kind": "server" }, "metrics": { "_sampling_priority_v1": 1.0 diff --git a/tests/snapshots/tests.integrations.word_press.v4_8.common_scenarios_callbacks_test.test_scenario_get_with_exception.json b/tests/snapshots/tests.integrations.word_press.v4_8.common_scenarios_callbacks_test.test_scenario_get_with_exception.json index 767fc6b0cc..e000e2a04c 100644 --- a/tests/snapshots/tests.integrations.word_press.v4_8.common_scenarios_callbacks_test.test_scenario_get_with_exception.json +++ b/tests/snapshots/tests.integrations.word_press.v4_8.common_scenarios_callbacks_test.test_scenario_get_with_exception.json @@ -18,8 +18,7 @@ "http.status_code": "200", "http.url": "http://localhost:9999/error?key=value&", "runtime-id": "2ee1d558-5813-4a2b-a74e-1404119c4473", - "span.kind": "server", - "usr.id": "0" + "span.kind": "server" }, "metrics": { "_sampling_priority_v1": 1.0 diff --git a/tests/snapshots/tests.integrations.word_press.v4_8.common_scenarios_callbacks_test.test_scenario_get_with_view.json b/tests/snapshots/tests.integrations.word_press.v4_8.common_scenarios_callbacks_test.test_scenario_get_with_view.json index 8b1235278a..23ef8aa357 100644 --- a/tests/snapshots/tests.integrations.word_press.v4_8.common_scenarios_callbacks_test.test_scenario_get_with_view.json +++ b/tests/snapshots/tests.integrations.word_press.v4_8.common_scenarios_callbacks_test.test_scenario_get_with_view.json @@ -14,8 +14,7 @@ "http.status_code": "200", "http.url": "http://localhost:9999/simple_view?key=value&", "runtime-id": "6732cc6a-78ad-4ca4-b1ea-5eb516ff75f0", - "span.kind": "server", - "usr.id": "0" + "span.kind": "server" }, "metrics": { "_sampling_priority_v1": 1.0 diff --git a/tests/snapshots/tests.integrations.word_press.v4_8.common_scenarios_test.test_scenario_get_return_string.json b/tests/snapshots/tests.integrations.word_press.v4_8.common_scenarios_test.test_scenario_get_return_string.json index a754fb1be2..c335349ddb 100644 --- a/tests/snapshots/tests.integrations.word_press.v4_8.common_scenarios_test.test_scenario_get_return_string.json +++ b/tests/snapshots/tests.integrations.word_press.v4_8.common_scenarios_test.test_scenario_get_return_string.json @@ -14,8 +14,7 @@ "http.status_code": "200", "http.url": "http://localhost:9999/simple?key=value&", "runtime-id": "a4fe8a3c-397d-4da6-afb8-53617be50dbe", - "span.kind": "server", - "usr.id": "0" + "span.kind": "server" }, "metrics": { "_sampling_priority_v1": 1.0 diff --git a/tests/snapshots/tests.integrations.word_press.v4_8.common_scenarios_test.test_scenario_get_with_exception.json b/tests/snapshots/tests.integrations.word_press.v4_8.common_scenarios_test.test_scenario_get_with_exception.json index 4c3d0c4970..b56822d1d0 100644 --- a/tests/snapshots/tests.integrations.word_press.v4_8.common_scenarios_test.test_scenario_get_with_exception.json +++ b/tests/snapshots/tests.integrations.word_press.v4_8.common_scenarios_test.test_scenario_get_with_exception.json @@ -18,8 +18,7 @@ "http.status_code": "200", "http.url": "http://localhost:9999/error?key=value&", "runtime-id": "06e879d2-e97d-4420-81ec-30074239cf68", - "span.kind": "server", - "usr.id": "0" + "span.kind": "server" }, "metrics": { "_sampling_priority_v1": 1.0 diff --git a/tests/snapshots/tests.integrations.word_press.v4_8.common_scenarios_test.test_scenario_get_with_view.json b/tests/snapshots/tests.integrations.word_press.v4_8.common_scenarios_test.test_scenario_get_with_view.json index ff804d175a..5a1786eb9f 100644 --- a/tests/snapshots/tests.integrations.word_press.v4_8.common_scenarios_test.test_scenario_get_with_view.json +++ b/tests/snapshots/tests.integrations.word_press.v4_8.common_scenarios_test.test_scenario_get_with_view.json @@ -14,8 +14,7 @@ "http.status_code": "200", "http.url": "http://localhost:9999/simple_view?key=value&", "runtime-id": "06e879d2-e97d-4420-81ec-30074239cf68", - "span.kind": "server", - "usr.id": "0" + "span.kind": "server" }, "metrics": { "_sampling_priority_v1": 1.0 diff --git a/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_callbacks_test.test_scenario_get_return_string.json b/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_callbacks_test.test_scenario_get_return_string.json index 2c1257d411..9a26411521 100644 --- a/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_callbacks_test.test_scenario_get_return_string.json +++ b/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_callbacks_test.test_scenario_get_return_string.json @@ -14,8 +14,7 @@ "http.status_code": "200", "http.url": "http://localhost:9999/simple?key=value&", "runtime-id": "bb23676d-44d0-4bd7-8c2a-fc5a5c89985a", - "span.kind": "server", - "usr.id": "0" + "span.kind": "server" }, "metrics": { "_sampling_priority_v1": 1.0 diff --git a/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_callbacks_test.test_scenario_get_to_missing_route.json b/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_callbacks_test.test_scenario_get_to_missing_route.json index 7154fc6182..3504271bc1 100644 --- a/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_callbacks_test.test_scenario_get_to_missing_route.json +++ b/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_callbacks_test.test_scenario_get_to_missing_route.json @@ -14,8 +14,7 @@ "http.status_code": "404", "http.url": "http://localhost:9999/does_not_exist?key=value&", "runtime-id": "bb23676d-44d0-4bd7-8c2a-fc5a5c89985a", - "span.kind": "server", - "usr.id": "0" + "span.kind": "server" }, "metrics": { "_sampling_priority_v1": 1.0 diff --git a/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_callbacks_test.test_scenario_get_with_exception.json b/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_callbacks_test.test_scenario_get_with_exception.json index 7ffe282f11..6bd9d47046 100644 --- a/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_callbacks_test.test_scenario_get_with_exception.json +++ b/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_callbacks_test.test_scenario_get_with_exception.json @@ -18,8 +18,7 @@ "http.status_code": "200", "http.url": "http://localhost:9999/error?key=value&", "runtime-id": "7b42d084-3a90-4688-9319-30e9724039bb", - "span.kind": "server", - "usr.id": "0" + "span.kind": "server" }, "metrics": { "_sampling_priority_v1": 1.0 diff --git a/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_callbacks_test.test_scenario_get_with_view.json b/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_callbacks_test.test_scenario_get_with_view.json index 741d640c4f..90a20cc92f 100644 --- a/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_callbacks_test.test_scenario_get_with_view.json +++ b/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_callbacks_test.test_scenario_get_with_view.json @@ -14,8 +14,7 @@ "http.status_code": "200", "http.url": "http://localhost:9999/simple_view?key=value&", "runtime-id": "7b42d084-3a90-4688-9319-30e9724039bb", - "span.kind": "server", - "usr.id": "0" + "span.kind": "server" }, "metrics": { "_sampling_priority_v1": 1.0 diff --git a/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_test.test_scenario_get_return_string.json b/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_test.test_scenario_get_return_string.json index b15281c89d..90035d9a7c 100644 --- a/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_test.test_scenario_get_return_string.json +++ b/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_test.test_scenario_get_return_string.json @@ -14,8 +14,7 @@ "http.status_code": "200", "http.url": "http://localhost:9999/simple?key=value&", "runtime-id": "9244a46d-d13c-4bce-b787-87c52dd20f33", - "span.kind": "server", - "usr.id": "0" + "span.kind": "server" }, "metrics": { "_sampling_priority_v1": 1.0 diff --git a/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_test.test_scenario_get_to_missing_route.json b/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_test.test_scenario_get_to_missing_route.json index a6f55c0dfb..7ff38287a3 100644 --- a/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_test.test_scenario_get_to_missing_route.json +++ b/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_test.test_scenario_get_to_missing_route.json @@ -14,8 +14,7 @@ "http.status_code": "404", "http.url": "http://localhost:9999/does_not_exist?key=value&", "runtime-id": "b5e7ee20-5ea1-486f-a770-c17a3b60636e", - "span.kind": "server", - "usr.id": "0" + "span.kind": "server" }, "metrics": { "_sampling_priority_v1": 1.0 diff --git a/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_test.test_scenario_get_with_exception.json b/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_test.test_scenario_get_with_exception.json index e5f0da388a..06feb85912 100644 --- a/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_test.test_scenario_get_with_exception.json +++ b/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_test.test_scenario_get_with_exception.json @@ -18,8 +18,7 @@ "http.status_code": "200", "http.url": "http://localhost:9999/error?key=value&", "runtime-id": "7a9eb703-4857-4061-adce-a45e58093b65", - "span.kind": "server", - "usr.id": "0" + "span.kind": "server" }, "metrics": { "_sampling_priority_v1": 1.0 diff --git a/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_test.test_scenario_get_with_view.json b/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_test.test_scenario_get_with_view.json index 74a9b28d7c..782913de1c 100644 --- a/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_test.test_scenario_get_with_view.json +++ b/tests/snapshots/tests.integrations.word_press.v5_5.common_scenarios_test.test_scenario_get_with_view.json @@ -14,8 +14,7 @@ "http.status_code": "200", "http.url": "http://localhost:9999/simple_view?key=value&", "runtime-id": "b5e7ee20-5ea1-486f-a770-c17a3b60636e", - "span.kind": "server", - "usr.id": "0" + "span.kind": "server" }, "metrics": { "_sampling_priority_v1": 1.0 diff --git a/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_callbacks_test.test_scenario_get_return_string.json b/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_callbacks_test.test_scenario_get_return_string.json index b23f76eb7e..336d945829 100644 --- a/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_callbacks_test.test_scenario_get_return_string.json +++ b/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_callbacks_test.test_scenario_get_return_string.json @@ -14,8 +14,7 @@ "http.status_code": "200", "http.url": "http://localhost:9999/simple?key=value&", "runtime-id": "95e244b4-fc3a-4566-8940-d2badc3e99b5", - "span.kind": "server", - "usr.id": "0" + "span.kind": "server" }, "metrics": { "_sampling_priority_v1": 1.0 diff --git a/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_callbacks_test.test_scenario_get_to_missing_route.json b/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_callbacks_test.test_scenario_get_to_missing_route.json index b5eed334ba..2d714b5ae2 100644 --- a/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_callbacks_test.test_scenario_get_to_missing_route.json +++ b/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_callbacks_test.test_scenario_get_to_missing_route.json @@ -14,8 +14,7 @@ "http.status_code": "404", "http.url": "http://localhost:9999/does_not_exist?key=value&", "runtime-id": "95e244b4-fc3a-4566-8940-d2badc3e99b5", - "span.kind": "server", - "usr.id": "0" + "span.kind": "server" }, "metrics": { "_sampling_priority_v1": 1.0 diff --git a/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_callbacks_test.test_scenario_get_with_exception.json b/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_callbacks_test.test_scenario_get_with_exception.json index d1b8eea442..5c1d8738e9 100644 --- a/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_callbacks_test.test_scenario_get_with_exception.json +++ b/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_callbacks_test.test_scenario_get_with_exception.json @@ -18,8 +18,7 @@ "http.status_code": "200", "http.url": "http://localhost:9999/error?key=value&", "runtime-id": "eae4f3b0-bd58-46e8-ac81-96149959e17a", - "span.kind": "server", - "usr.id": "0" + "span.kind": "server" }, "metrics": { "_sampling_priority_v1": 1.0 diff --git a/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_callbacks_test.test_scenario_get_with_view.json b/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_callbacks_test.test_scenario_get_with_view.json index 7bc7da770d..9ab6009c01 100644 --- a/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_callbacks_test.test_scenario_get_with_view.json +++ b/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_callbacks_test.test_scenario_get_with_view.json @@ -14,8 +14,7 @@ "http.status_code": "200", "http.url": "http://localhost:9999/simple_view?key=value&", "runtime-id": "95e244b4-fc3a-4566-8940-d2badc3e99b5", - "span.kind": "server", - "usr.id": "0" + "span.kind": "server" }, "metrics": { "_sampling_priority_v1": 1.0 diff --git a/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_test.test_scenario_get_return_string.json b/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_test.test_scenario_get_return_string.json index 117350e68c..b1afdbd365 100644 --- a/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_test.test_scenario_get_return_string.json +++ b/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_test.test_scenario_get_return_string.json @@ -14,8 +14,7 @@ "http.status_code": "200", "http.url": "http://localhost:9999/simple?key=value&", "runtime-id": "500b19ab-e36c-4cbc-a9dd-f15015a52ccf", - "span.kind": "server", - "usr.id": "0" + "span.kind": "server" }, "metrics": { "_sampling_priority_v1": 1.0 diff --git a/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_test.test_scenario_get_to_missing_route.json b/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_test.test_scenario_get_to_missing_route.json index f70f72db54..59313cb383 100644 --- a/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_test.test_scenario_get_to_missing_route.json +++ b/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_test.test_scenario_get_to_missing_route.json @@ -14,8 +14,7 @@ "http.status_code": "404", "http.url": "http://localhost:9999/does_not_exist?key=value&", "runtime-id": "c1971c1f-c171-4612-ba42-df98413a59df", - "span.kind": "server", - "usr.id": "0" + "span.kind": "server" }, "metrics": { "_sampling_priority_v1": 1.0 diff --git a/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_test.test_scenario_get_with_exception.json b/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_test.test_scenario_get_with_exception.json index 629dd79dd0..be6358dcd3 100644 --- a/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_test.test_scenario_get_with_exception.json +++ b/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_test.test_scenario_get_with_exception.json @@ -18,8 +18,7 @@ "http.status_code": "200", "http.url": "http://localhost:9999/error?key=value&", "runtime-id": "500b19ab-e36c-4cbc-a9dd-f15015a52ccf", - "span.kind": "server", - "usr.id": "0" + "span.kind": "server" }, "metrics": { "_sampling_priority_v1": 1.0 diff --git a/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_test.test_scenario_get_with_view.json b/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_test.test_scenario_get_with_view.json index 30b42854da..1dd5fdda27 100644 --- a/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_test.test_scenario_get_with_view.json +++ b/tests/snapshots/tests.integrations.word_press.v5_9.common_scenarios_test.test_scenario_get_with_view.json @@ -14,8 +14,7 @@ "http.status_code": "200", "http.url": "http://localhost:9999/simple_view?key=value&", "runtime-id": "c1971c1f-c171-4612-ba42-df98413a59df", - "span.kind": "server", - "usr.id": "0" + "span.kind": "server" }, "metrics": { "_sampling_priority_v1": 1.0 diff --git a/tests/snapshots/tests.integrations.word_press.v6_1.common_scenarios_callbacks_test.test_scenario_get_return_string.json b/tests/snapshots/tests.integrations.word_press.v6_1.common_scenarios_callbacks_test.test_scenario_get_return_string.json index 61920a5a8d..f75ce3c6a8 100644 --- a/tests/snapshots/tests.integrations.word_press.v6_1.common_scenarios_callbacks_test.test_scenario_get_return_string.json +++ b/tests/snapshots/tests.integrations.word_press.v6_1.common_scenarios_callbacks_test.test_scenario_get_return_string.json @@ -14,8 +14,7 @@ "http.status_code": "200", "http.url": "http://localhost:9999/simple?key=value&", "runtime-id": "912637ae-7f7b-4e70-aaf9-c93af17d9c55", - "span.kind": "server", - "usr.id": "0" + "span.kind": "server" }, "metrics": { "_sampling_priority_v1": 1.0 diff --git a/tests/snapshots/tests.integrations.word_press.v6_1.common_scenarios_callbacks_test.test_scenario_get_with_exception.json b/tests/snapshots/tests.integrations.word_press.v6_1.common_scenarios_callbacks_test.test_scenario_get_with_exception.json index f691674aa9..0576141cc5 100644 --- a/tests/snapshots/tests.integrations.word_press.v6_1.common_scenarios_callbacks_test.test_scenario_get_with_exception.json +++ b/tests/snapshots/tests.integrations.word_press.v6_1.common_scenarios_callbacks_test.test_scenario_get_with_exception.json @@ -18,8 +18,7 @@ "http.status_code": "200", "http.url": "http://localhost:9999/error?key=value&", "runtime-id": "c89d84b2-1990-414b-82d3-bd32b893f06f", - "span.kind": "server", - "usr.id": "0" + "span.kind": "server" }, "metrics": { "_sampling_priority_v1": 1.0 diff --git a/tests/snapshots/tests.integrations.word_press.v6_1.common_scenarios_callbacks_test.test_scenario_get_with_view.json b/tests/snapshots/tests.integrations.word_press.v6_1.common_scenarios_callbacks_test.test_scenario_get_with_view.json index 04f53796f3..2abceab035 100644 --- a/tests/snapshots/tests.integrations.word_press.v6_1.common_scenarios_callbacks_test.test_scenario_get_with_view.json +++ b/tests/snapshots/tests.integrations.word_press.v6_1.common_scenarios_callbacks_test.test_scenario_get_with_view.json @@ -14,8 +14,7 @@ "http.status_code": "200", "http.url": "http://localhost:9999/simple_view?key=value&", "runtime-id": "912637ae-7f7b-4e70-aaf9-c93af17d9c55", - "span.kind": "server", - "usr.id": "0" + "span.kind": "server" }, "metrics": { "_sampling_priority_v1": 1.0 diff --git a/tests/snapshots/tests.integrations.word_press.v6_1.common_scenarios_test.test_scenario_get_return_string.json b/tests/snapshots/tests.integrations.word_press.v6_1.common_scenarios_test.test_scenario_get_return_string.json index 9e210ce681..557d87cfe4 100644 --- a/tests/snapshots/tests.integrations.word_press.v6_1.common_scenarios_test.test_scenario_get_return_string.json +++ b/tests/snapshots/tests.integrations.word_press.v6_1.common_scenarios_test.test_scenario_get_return_string.json @@ -14,8 +14,7 @@ "http.status_code": "200", "http.url": "http://localhost:9999/simple?key=value&", "runtime-id": "837e05f7-6878-41e5-b501-744109c8953b", - "span.kind": "server", - "usr.id": "0" + "span.kind": "server" }, "metrics": { "_sampling_priority_v1": 1.0 diff --git a/tests/snapshots/tests.integrations.word_press.v6_1.common_scenarios_test.test_scenario_get_with_exception.json b/tests/snapshots/tests.integrations.word_press.v6_1.common_scenarios_test.test_scenario_get_with_exception.json index 9b1ab08857..fb10ad27ae 100644 --- a/tests/snapshots/tests.integrations.word_press.v6_1.common_scenarios_test.test_scenario_get_with_exception.json +++ b/tests/snapshots/tests.integrations.word_press.v6_1.common_scenarios_test.test_scenario_get_with_exception.json @@ -18,8 +18,7 @@ "http.status_code": "200", "http.url": "http://localhost:9999/error?key=value&", "runtime-id": "7232ea59-8385-4459-abb2-dfebc631eff9", - "span.kind": "server", - "usr.id": "0" + "span.kind": "server" }, "metrics": { "_sampling_priority_v1": 1.0 diff --git a/tests/snapshots/tests.integrations.word_press.v6_1.common_scenarios_test.test_scenario_get_with_view.json b/tests/snapshots/tests.integrations.word_press.v6_1.common_scenarios_test.test_scenario_get_with_view.json index 511bf95151..0980cdd989 100644 --- a/tests/snapshots/tests.integrations.word_press.v6_1.common_scenarios_test.test_scenario_get_with_view.json +++ b/tests/snapshots/tests.integrations.word_press.v6_1.common_scenarios_test.test_scenario_get_with_view.json @@ -14,8 +14,7 @@ "http.status_code": "200", "http.url": "http://localhost:9999/simple_view?key=value&", "runtime-id": "837e05f7-6878-41e5-b501-744109c8953b", - "span.kind": "server", - "usr.id": "0" + "span.kind": "server" }, "metrics": { "_sampling_priority_v1": 1.0