Skip to content

Commit 00c7a6e

Browse files
authored
Fix typo in symx metrics (#63201)
1 parent b483ac3 commit 00c7a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/lang/native/sources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ def capture_apple_symbol_stats(json):
746746

747747
# again, I miss a good Rust `match`
748748
if symx_has_this_symbol:
749-
if old_has_symbol:
749+
if old_has_this_symbol:
750750
both_have_symbol += 1
751751
else:
752752
symx_has_symbol += 1

0 commit comments

Comments
 (0)