Skip to content

Commit

Permalink
chore: Log token when team missing (#17557)
Browse files Browse the repository at this point in the history
Log token when team missing
  • Loading branch information
tiina303 authored Sep 21, 2023
1 parent 9c68581 commit fbadaba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ export class SessionRecordingIngesterV2 {
.inc()

return statusWarn('team_missing_or_disabled', {
token: messagePayload.token,
teamId: messagePayload.team_id,
payloadTeamSource: messagePayload.team_id ? 'team' : messagePayload.token ? 'token' : 'unknown',
})
Expand Down

0 comments on commit fbadaba

Please sign in to comment.