From 951c30450352d41bd777145da3645b38e8be43dc Mon Sep 17 00:00:00 2001 From: Jenny Date: Tue, 15 Oct 2024 15:18:13 +0200 Subject: [PATCH] Remove transaction.type from span to avoind changing the event --- packages/kbn-apm-synthtrace-client/src/lib/apm/mobile_device.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/kbn-apm-synthtrace-client/src/lib/apm/mobile_device.ts b/packages/kbn-apm-synthtrace-client/src/lib/apm/mobile_device.ts index 448c7e59a8ee..b4dfafe22fc4 100644 --- a/packages/kbn-apm-synthtrace-client/src/lib/apm/mobile_device.ts +++ b/packages/kbn-apm-synthtrace-client/src/lib/apm/mobile_device.ts @@ -230,7 +230,7 @@ export class MobileDevice extends Entity { spanSubtype: 'http', 'http.request.method': httpMethod, 'url.original': httpUrl, - 'transaction.type': 'mobile', + 'processor.event': 'span', }; if (this.networkConnection) {