mirror of
https://github.com/outline/outline.git
synced 2026-06-13 03:14:59 +03:00
chore: Remove url from error message to improve fingerprint matching (#12023)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user