Skip to content

Commit 4924648

Browse files
committed
Make the transport private
1 parent f050b85 commit 4924648

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/transport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,7 @@ def capture_envelope(self, envelope: "Envelope") -> None:
11051105
logger.debug(" Item type: %s", item.type)
11061106
logger.debug(
11071107
" Item headers: %s",
1108-
json.dumps(item.headers, default=str),
1108+
json.dumps(item.headers, indent=2, default=str),
11091109
)
11101110
try:
11111111
payload = json.loads(item.get_bytes())

0 commit comments

Comments
 (0)