mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-09 01:35:41 +00:00
Merge branch 'master' of github.com:fosscord/fosscord-server
This commit is contained in:
@@ -223,6 +223,7 @@ export async function postHandleMessage(message: Message) {
|
||||
data.embeds.push(embed);
|
||||
}
|
||||
} catch (e) {
|
||||
console.error(`[Embeds] Error while generating embed`, e);
|
||||
Sentry.captureException(e, (scope) => {
|
||||
scope.clear();
|
||||
scope.setContext("request", { url });
|
||||
|
||||
Reference in New Issue
Block a user