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:
objectLoad and store a collection of
ErrorPluginobjects.- __init__(conf_file=None, **kwargs)[source]
Load
ErrorPluginobjects 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
ErrorPlugin- 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