{
    "destinations": [
        {
            "name": "metricsDestination",
            "enabled": true,
            "config": {
                "events": [
                    {
                        "destination": "CoreAnalytics",
                        "includeProperties": [
                            "cpa_error_domain",
                            "cpa_error_code",
                            "cpa_error_description",
                            "cpa_error_indepthErrors"
                        ],
                        "includeEventProperties" : true,
                        "sourceEventMatchCriteria" : {
                            "key": "com.apple.photos.appIntentsPerform"
                        }
                    }
                ]
            }
        }
    ]
}
