-
Notifications
You must be signed in to change notification settings - Fork 421
Open
Labels
enhancementM-T: A feature request for new functionalityM-T: A feature request for new functionalitysemver:minor
Milestone
Description
Description
As we implemented in Python and Java, we can provide the similar guidance log messages in Bolt for JS.
$ npx node app.js
⚡️ Bolt app is running!
Unhandled request ({"event": {"type": "message"}, "type": "event_callback"})
---
[Suggestion] You can handle this type of event with the following listener function:
app.event("message", async ({ body, logger }) => {
logger.info(body);
});
- Add missing listener suggestion to the default unhandled error message bolt-python#323
- Fix #719 Enable developers to customize the way to handle unmatched requests java-slack-sdk#741
- Enable developers to customize the way to handle unmatched requests java-slack-sdk#719 (comment)
What type of issue is this? (place an x in one of the [ ])
- bug
- enhancement (feature request)
- question
- documentation related
- example code related
- testing related
- discussion
Requirements (place an x in each of the [ ])
- I've read and understood the Contributing guidelines and have done my best effort to follow them.
- I've read and agree to the Code of Conduct.
- I've searched for any related issues and avoided creating a duplicate issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementM-T: A feature request for new functionalityM-T: A feature request for new functionalitysemver:minor