Browse Source

feat(analytics): Tag performance event details with otel data (#41832)

Abhijeet Prasad 2 years ago
parent
commit
c640720513
1 changed files with 1 additions and 0 deletions
  1. 1 0
      static/app/views/performance/transactionDetails/content.tsx

+ 1 - 0
static/app/views/performance/transactionDetails/content.tsx

@@ -134,6 +134,7 @@ class EventDetailsContent extends AsyncComponent<Props, State> {
       event_type: event.type,
       organization_id: parseInt(organization.id, 10),
       project_platforms: getSelectedProjectPlatforms(location, projects),
+      has_otel: event?.contexts?.otel !== undefined,
     });
 
     const {isSidebarVisible} = this.state;