Skip to content

Commit 847ebf1

Browse files
committed
feat: wip
1 parent 898da4f commit 847ebf1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

posthog/exception_utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,9 @@ def try_attach_code_variables_to_frames(
10891089
all_exceptions, exc_info, mask_patterns, ignore_patterns
10901090
):
10911091
try:
1092-
attach_code_variables_to_frames(all_exceptions, exc_info, mask_patterns, ignore_patterns)
1092+
attach_code_variables_to_frames(
1093+
all_exceptions, exc_info, mask_patterns, ignore_patterns
1094+
)
10931095
except Exception:
10941096
pass
10951097

0 commit comments

Comments
 (0)