We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 843c062 commit cc432a6Copy full SHA for cc432a6
sentry_sdk/client.py
@@ -619,7 +619,8 @@ def _prepare_event(
619
)
620
if previous_total_breadcrumbs is not None:
621
event["breadcrumbs"] = AnnotatedValue(
622
- event.get("breadcrumbs", []), {"len": previous_total_breadcrumbs}
+ event.get("breadcrumbs", {"values": []}),
623
+ {"len": previous_total_breadcrumbs},
624
625
626
# Postprocess the event here so that annotated types do
0 commit comments