diff --git a/api/chalicelib/core/sourcemaps_parser.py b/api/chalicelib/core/sourcemaps_parser.py index 4cc6ae1df..a6c2a92cc 100644 --- a/api/chalicelib/core/sourcemaps_parser.py +++ b/api/chalicelib/core/sourcemaps_parser.py @@ -27,4 +27,5 @@ def get_original_trace(key, positions): return None except Exception as e: print("Issue getting sourcemap") + print(e) return None