Skip to content

Don't log whole event in before_send / event_processor drops#1863

Merged
sl0thentr0py merged 2 commits intomasterfrom
neel/fix-event-loggers
Jan 24, 2023
Merged

Don't log whole event in before_send / event_processor drops#1863
sl0thentr0py merged 2 commits intomasterfrom
neel/fix-event-loggers

Conversation

@sl0thentr0py
Copy link
Member

These logger statements probably made sense at an earlier state of the SDK, but now events are sufficiently complex that logging the whole dict makes no sense and cause issues such as the linked issue when large bytes payloads are included.

Fixes #1856

@sl0thentr0py sl0thentr0py enabled auto-merge (squash) January 23, 2023 13:11
@sl0thentr0py sl0thentr0py merged commit 1268e2a into master Jan 24, 2023
@sl0thentr0py sl0thentr0py deleted the neel/fix-event-loggers branch January 24, 2023 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

protect against bad serialization in logger statements

2 participants