Page MenuHomeSoftware Heritage

D7545.diff
No OneTemporary

D7545.diff

diff --git a/swh/web/browse/utils.py b/swh/web/browse/utils.py
--- a/swh/web/browse/utils.py
+++ b/swh/web/browse/utils.py
@@ -121,8 +121,9 @@
for enc in encodings:
try:
content_data = content_data.decode(enc).encode("utf-8")
- except Exception as exc:
- sentry_sdk.capture_exception(exc)
+ except Exception:
+ # sentry_sdk.capture_exception(exc)
+ pass
else:
# ensure display in content view
encoding = enc

File Metadata

Mime Type
text/plain
Expires
Jul 3 2025, 6:43 PM (6 w, 1 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3224771

Event Timeline