Skip to content

Commit e85dffe

Browse files
remove None conversion
1 parent 7886629 commit e85dffe

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

sentry_sdk/client.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,6 @@ def _serialized_v1_attribute_to_serialized_v2_attribute(
149149
"type": "string",
150150
}
151151

152-
if attribute_value is None:
153-
return {
154-
"value": "None",
155-
"type": "string",
156-
}
157-
158152
return None
159153

160154

0 commit comments

Comments
 (0)