Skip to content

feat: Remove string truncation for events (#5095)

df8fec6
Select commit
Loading
Failed to load commit list.
Draft

Next Python SDK major #5005

feat: Remove string truncation for events (#5095)
df8fec6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 28, 2025 in 0s

29.77% (-40.78%) compared to 14aff96

View this Pull Request on Codecov

29.77% (-40.78%) compared to 14aff96

Details

Codecov Report

❌ Patch coverage is 60.00000% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 29.77%. Comparing base (14aff96) to head (df8fec6).
⚠️ Report is 40 commits behind head on master.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
sentry_sdk/integrations/__init__.py 66.66% 0 Missing and 1 partial ⚠️
sentry_sdk/utils.py 50.00% 1 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (14aff96) and HEAD (df8fec6). Click for more details.

HEAD has 18 uploads less than BASE
Flag BASE (14aff96) HEAD (df8fec6)
19 1
Additional details and impacted files
@@             Coverage Diff             @@
##           master    #5005       +/-   ##
===========================================
- Coverage   70.55%   29.77%   -40.78%     
===========================================
  Files         180      180               
  Lines       18077    18079        +2     
  Branches     3008     2845      -163     
===========================================
- Hits        12754     5383     -7371     
- Misses       4432    12240     +7808     
+ Partials      891      456      -435     
Files with missing lines Coverage Δ
sentry_sdk/client.py 39.20% <ø> (-43.75%) ⬇️
sentry_sdk/consts.py 99.40% <ø> (-0.01%) ⬇️
sentry_sdk/serializer.py 79.56% <ø> (-13.98%) ⬇️
sentry_sdk/integrations/__init__.py 75.78% <66.66%> (-12.26%) ⬇️
sentry_sdk/utils.py 44.40% <50.00%> (-40.64%) ⬇️

... and 128 files with indirect coverage changes