getsentry / getsentry/sentry-python

Remove event data trimming

オープン
#3,310 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
Component: SDK Core Errors Improvement Python
主要言語
Python
スター
2.2k
フォーク
669
平均マージ
1日 1時間
マージ済み PR(30日)
213

説明

### 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.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。