Skip to content

Add global error handler #31

@seratch

Description

@seratch

Description

As with other Bolt frameworks, the error handler should be customizable.

# TODO: error handler
self._framework_logger.exception(
f"Failed to run listener function (error: {e})"
)

# TODO: error handler
self._framework_logger.exception(
f"Failed to run listener function (error: {e})"
)

Category (place an x in each of the [ ])

  • slack_bolt.App and/or its core components
  • slack_bolt.async_app.AsyncApp and/or its core components
  • Adapters in slack_bolt.adapter

Requirements (place an x in each of the [ ])

  • [x 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 here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions