Warning
This document is for an old release of Galaxy. You can alternatively view this page in the latest release if it exists or view the top of the latest release's documentation.
galaxy.tools.error_reports package¶
This module defines the error reporting framework for Galaxy jobs.
- class galaxy.tools.error_reports.ErrorReports(conf_file=None, **kwargs)[source]¶
Bases:
object
Load and store a collection of
ErrorPlugin
objects.- __init__(conf_file=None, **kwargs)[source]¶
Load
ErrorPlugin
objects from specified configuration file.
- class galaxy.tools.error_reports.ErrorPlugin(plugin_classes, plugins_source, **kwargs)[source]¶
Bases:
object
Subpackages¶
- galaxy.tools.error_reports.plugins package
- Submodules
- galaxy.tools.error_reports.plugins.base_git module
- galaxy.tools.error_reports.plugins.email module
- galaxy.tools.error_reports.plugins.github module
- galaxy.tools.error_reports.plugins.gitlab module
- galaxy.tools.error_reports.plugins.influxdb module
- galaxy.tools.error_reports.plugins.json module
- galaxy.tools.error_reports.plugins.sentry module