sentry-slack icon indicating copy to clipboard operation
sentry-slack copied to clipboard

Option to reduce Slack real estate

Open djsmith42 opened this issue 8 years ago • 0 comments

Sentry errors currently look like this for my project: screen shot 2016-07-23 at 11 57 15 pm

It would be nice if there was an option to use less vertical real estate like this: screen shot 2016-07-23 at 11 57 15 pm copy

Looking at the code for the plugin, it seems like this would be doable by omitting all the fields in the SlackPlugin.notify() method based on a new BooleanField option called verbose that could be added.

Does this sound like a reasonable request?

djsmith42 avatar Jul 24 '16 06:07 djsmith42