From 94b79d362398e6692b0074f48f6ec829dfb56a0c Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Wed, 5 Oct 2022 08:26:52 +0200 Subject: [PATCH] fix: debug --- functions/sentry-mattermost/function.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/functions/sentry-mattermost/function.js b/functions/sentry-mattermost/function.js index 9cd23d0..b63858e 100644 --- a/functions/sentry-mattermost/function.js +++ b/functions/sentry-mattermost/function.js @@ -14,8 +14,6 @@ const forwardSentryEvent = (payload, channel) => { ${payload.culprit || ""} -${payload.message || ""} - ${ (event.contexts && event.contexts.browser &&