Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def _is_eligible_http_span(self, span: Span) -> bool:
): # Just using all methods to see if anything interesting pops up
return False

if any([x in description for x in ["_next/static/", "_next/data/"]]):
if any([x in description for x in ["_next/static/", "_next/data/", "googleapis.com"]]):
return False

return True
Expand Down
Loading