Skip to content

Commit 7011743

Browse files
committed
Remove breadcrump generation from tracing core code
1 parent 47ecc1f commit 7011743

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sentry_sdk/tracing_utils.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,6 @@ def maybe_create_breadcrumbs_from_span(scope, span):
164164
category="redis",
165165
data=span._tags,
166166
)
167-
elif span.op == OP.HTTP_CLIENT:
168-
scope.add_breadcrumb(
169-
type="http",
170-
category="httplib",
171-
data=span._data,
172-
)
173167

174168

175169
def _get_frame_module_abs_path(frame):

0 commit comments

Comments
 (0)