Skip to content

Commit 8a0a866

Browse files
authored
Merge branch 'main' into lsp/move-config-suggestion-default-values-to-the-client
2 parents 9edbf27 + 50487d6 commit 8a0a866

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codeflash/verification/comparator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ def comparator(orig: Any, new: Any, superset_obj=False) -> bool: # noqa: ANN001
289289
return True
290290
# TODO : Add other types here
291291
logger.warning(f"Unknown comparator input type: {type(orig)}")
292+
sentry_sdk.capture_exception(RuntimeError(f"Unknown comparator input type: {type(orig)}"))
292293
return False # noqa: TRY300
293294
except RecursionError as e:
294295
logger.error(f"RecursionError while comparing objects: {e}")

0 commit comments

Comments
 (0)