You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Osmar Coronel (JIRA)" <ji...@apache.org> on 2019/06/06 18:43:00 UTC

[jira] [Updated] (AIRFLOW-4741) Include Sentry for Error Tracking

     [ https://issues.apache.org/jira/browse/AIRFLOW-4741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Osmar Coronel updated AIRFLOW-4741:
-----------------------------------
    Description: 
This hook 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 hook is completely optional to users, if a connection is not found the hook is not used.

  was:Add Sentry to the contrib/hooks folder to facilitate error tracking in the pipeline process. This change focuses on adding Sentry functionality to airflow's TaskInstances. 


> Include Sentry for Error Tracking
> ---------------------------------
>
>                 Key: AIRFLOW-4741
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4741
>             Project: Apache Airflow
>          Issue Type: New Feature
>          Components: contrib
>    Affects Versions: 1.10.2
>            Reporter: Osmar Coronel
>            Assignee: Osmar Coronel
>            Priority: Minor
>
> This hook 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 hook is completely optional to users, if a connection is not found the hook is not used.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)