Skip to content

Remove event data trimming #3310

Description

@antonpirker

Problem Statement

The Python SDK trims data inside an event to make it smaller. This can lead to events that are missing data (for example if more then 10 local vars are in an error event, only the first 10 are shown)

This leads to users contact us or support every once in a while because they are confused by missing data.

We want to remove all data trimming in the events sent to Sentry.

Solution Brainstorm

The magic happens in https://github.com/getsentry/sentry-python/blob/master/sentry_sdk/serializer.py
We need to check if we can get rid of the whole serializer, because it also adds some _meta data which we still might want, and also does some string repr stuff.

We probably need to understand the serializer first before we touch it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions