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 c62897b commit 0d1a30dCopy full SHA for 0d1a30d
sentry_sdk/envelope.py
@@ -79,7 +79,11 @@ def add_profile_chunk(
79
):
80
# type: (...) -> None
81
self.add_item(
82
- Item(payload=PayloadRef(json=profile_chunk), type="profile_chunk", headers={"platform": profile_chunk.get("platform")})
+ Item(
83
+ payload=PayloadRef(json=profile_chunk),
84
+ type="profile_chunk",
85
+ headers={"platform": profile_chunk.get("platform")},
86
+ )
87
)
88
89
def add_checkin(
0 commit comments