Warning
This document is for an in-development version 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.biostars module
- galaxy.tools.error_reports.plugins.email module
- galaxy.tools.error_reports.plugins.github module
- galaxy.tools.error_reports.plugins.influxdb module
- galaxy.tools.error_reports.plugins.json module
- galaxy.tools.error_reports.plugins.sentry module