Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9348681
D7545.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
562 B
Subscribers
None
D7545.diff
View Options
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
Details
Attached
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
Attached To
D7545: log msg deleted
Event Timeline
Log In to Comment