chore: Remove url from error message to improve fingerprint matching (#12023)

This commit is contained in:
Tom Moor
2026-04-13 18:03:59 -04:00
committed by GitHub
parent 336bbb251f
commit 4a1c9dedff
+2 -1
View File
@@ -87,7 +87,8 @@ class UnfurlsStore extends Store<Unfurl<any>> {
data,
} as Unfurl<UnfurlType>);
} catch (err) {
Logger.warn(`Failed to unfurl url ${url}`, {
Logger.warn("Failed to unfurl url", {
url,
message: err.message,
});
return;