RocketChat / RocketChat/Rocket.Chat
Logging of incoming integrations
Open
Nobody has claimed this yet.
feat: integration / plugin
- Dominant language
- TypeScript
- Stars
- 46.1k
- Forks
- 13.9k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 130
Description
Description:
As an admin, I want to be able to monitor the execution of my incoming webhook implementations.
Ideally, I can even replay them.
Remark: This feature is also relevant for the Rocket.Chat Apps (#6890)
Steps to Reproduce:
- Create an incoming webhook with a script
- Send a message with a valid body which doesn't lead to the expected behavior
- Wonder why
Expected behavior:
See a raw log (for a limited time), replay, debug
Actual behavior:
Ask the originator to issue it again ;) - Sadly, this is not always possible
Relevant logs:
well ... none
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.