Skip to content

Commit

Permalink
chore: Add team-id to log context (#20521)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiina303 authored Feb 22, 2024
1 parent c2f3dcb commit cc9f11f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin-server/src/worker/ingestion/event-pipeline/runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ export class EventPipelineRunner {
{
step: step.name,
event: JSON.stringify(this.originalEvent),
teamId: teamId,
distinctId: this.originalEvent.distinct_id,
},
this.hub.PIPELINE_STEP_STALLED_LOG_TIMEOUT * 1000
)
Expand Down

0 comments on commit cc9f11f

Please sign in to comment.