geosmart opened a new issue #3566: URL: https://github.com/apache/incubator-dolphinscheduler/issues/3566
**Describe the feature** the enterprise wechat need a lot cofig, and sometimes we can not get this secrt config, normal we use a webhook url to send alert message to a wechat robot. ```ini enterprise.wechat.enable=false #enterprise.wechat.corp.id=xxxxxxx #enterprise.wechat.secret=xxxxxxx #enterprise.wechat.agent.id=xxxxxxx #enterprise.wechat.users=xxxxxxx #enterprise.wechat.token.url=https://qyapi.weixin.qq.com/cgi-bin/gettoken?corpid=$corpId&corpsecret=$secret #enterprise.wechat.push.url=https://qyapi.weixin.qq.com/cgi-bin/message/send?access_token=$token #enterprise.wechat.team.send.msg={\"toparty\":\"$toParty\",\"agentid\":\"$agentId\",\"msgtype\":\"text\",\"text\":{\"content\":\"$msg\"},\"safe\":\"0\"} #enterprise.wechat.user.send.msg={\"touser\":\"$toUser\",\"agentid\":\"$agentId\",\"msgtype\":\"markdown\",\"markdown\":{\"content\":\"$msg\"}} ``` **Describe the solution you'd like** with Sentry we can config enterprise wechat robot webhook url and track the log.error and alert in sentry. ``` Sentry is an open-source company, providing an application monitoring platform that helps you identify issues in real-time. Here we cover everything about the product, the platform integrations, and self-hosted Sentry. ``` **Describe alternatives you've considered** we now use sentry to do the biz alert, so it can also use to do the schedule task error alert. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
