You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
Sentry errors currently look like this for my project:
It would be nice if there was an option to use less vertical real estate like this:
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sentry errors currently look like this for my project:
It would be nice if there was an option to use less vertical real estate like this:
Looking at the code for the plugin, it seems like this would be doable by omitting all the
fields
in theSlackPlugin.notify()
method based on a newBooleanField
option calledverbose
that could be added.Does this sound like a reasonable request?
The text was updated successfully, but these errors were encountered: