Skip to content

Commit d84f6de

Browse files
print type
1 parent f31f09d commit d84f6de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sentry_sdk/serializer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,8 @@ def _serialize_node_impl(
303303
sentry_repr = getattr(type(obj), "__sentry_repr__", None)
304304

305305
print(
306-
"check:",
306+
"check for type:",
307+
type(obj),
307308
isinstance(obj, serializable_str_types),
308309
isinstance(obj, tuple(sequence_types)),
309310
)

0 commit comments

Comments
 (0)