You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/09/24 09:23:00 UTC

[jira] [Commented] (AIRFLOW-4741) Include Sentry for Error Tracking in Core functionality

    [ https://issues.apache.org/jira/browse/AIRFLOW-4741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16936592#comment-16936592 ] 

ASF subversion and git services commented on AIRFLOW-4741:
----------------------------------------------------------

Commit dc3bfe470c2d6ad9cda801635e3514088d38aed5 in airflow's branch refs/heads/master from Osmar Coronel
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=dc3bfe4 ]

[AIRFLOW-4741] Optionally report task errors to Sentry (#5407)

This commit intends to add Sentry to the core functionality of
Airflow. It takes an approach like Statsd for simple integration.
The commit makes use of tagging and breadcrumbs for more error
information.

> Include Sentry for Error Tracking in Core functionality
> -------------------------------------------------------
>
>                 Key: AIRFLOW-4741
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4741
>             Project: Apache Airflow
>          Issue Type: New Feature
>          Components: core
>    Affects Versions: 1.10.2
>            Reporter: Osmar Coronel
>            Assignee: Osmar Coronel
>            Priority: Minor
>
> This core integration lets you easily use the Sentry SDK in Airflow.
> It provides:
>  * a set of tags for every TaskInstance, along with its respective DAG
>  * breadcrumbs of the tasks that were successful before any crash
> *Note: This feature is completely optional to users, if a connection or the sentry sdk is not found the hook is not used.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)