- todo: insert discord preview here
+
+
+
+
+
+
+ Sentry
+
+
+ APP
+
+
+ {previewTime}
+
+
+
+ {subject}
+
+ {body}
+ {chart && }
+ {footer && {footer}}
+
+
+ {actions.map(action => (
+
+ {action.label}
+
+ ))}
+
+
+
+
+ Below is the JSON payload that will be sent to Discord. There is no online
+ preview tool, so we're mocking it here, so use this as an approximation of
+ what it'll look like on Discord.
+
+
+ {payload ? JSON.stringify(payload, null, 2) : ''}
+
+
+
);
}
+
+function SentryDiscordAppIcon() {
+ return (
+