Skip to content

Commit

Permalink
chore: twiddle with logging (#17944)
Browse files Browse the repository at this point in the history
* chore: twiddle with logging

* more specifically:
  • Loading branch information
pauldambra authored Oct 12, 2023
1 parent 47b2ab1 commit 15c0a0c
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,12 @@ export class SessionRecordingIngester {

if (invalidEvents.length) {
captureMessage('[session-manager]: invalid rrweb events filtered out from message', {
extra: { events: invalidEvents },
extra: {
invalidEvents,
eventsCount: events.length,
invalidEventsCount: invalidEvents.length,
event,
},
tags: {
team_id: teamId,
session_id: $session_id,
Expand Down

0 comments on commit 15c0a0c

Please sign in to comment.