Skip to content

Commit

Permalink
Remove transaction.type from span to avoind changing the event
Browse files Browse the repository at this point in the history
  • Loading branch information
jennypavlova committed Oct 15, 2024
1 parent 3034dc8 commit 951c304
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export class MobileDevice extends Entity<ApmFields> {
spanSubtype: 'http',
'http.request.method': httpMethod,
'url.original': httpUrl,
'transaction.type': 'mobile',
'processor.event': 'span',
};

if (this.networkConnection) {
Expand Down

0 comments on commit 951c304

Please sign in to comment.