Hi,
I've been trying to implement the "test button" into the sentry-irc plugin[1], basically I've done a branch with the templates for the plugin configuration page, but I'm stucked.
I've added a new submit button with a value to test payload, but seems when the form is submited, it goes to sentry.web.frontend.projects.configure_project_plugin[2] and I don't know how to hook that. The idea was simple if is submited via test button, send a test message with the configuration of the plugin.
I'm sure that It should be a easy way to do this, but I'm not a django developer
Thank you in advance,