Feature Request
Include tags in web hook payload
pearswj
Would it be possible to include tags in web hook payloads? We use tags to make it easier to see in which part of our application the error occurred, and thus who's job it is to fix it! It would be handy to be able to pipe events to different slack channels or @mention specific users (via Hubot) based on these tags.
Markus
Posted on
Mar 02 2020
Tags are already part of the payload for error notification types NewErrorOccurred and ErrorReoccurred, which is nice but this information would also be necessary for any other error notification and activities.
I have the exact same use case as descripted in the post. I'd like to split raygun errors into different Slack channels, using a third party service integrated via Webhook. Now this works fine for new errors but splitting follow up errors or error activities is not possible which reduces the quality of the integration by a lot.