get('bugsnag_api_key'), 'releaseStage' => get('target'), 'repository' => get('repository'), 'provider' => get('bugsnag_provider', ''), 'branch' => get('branch'), 'revision' => runLocally('git log -n 1 --format="%h"'), 'appVersion' => get('bugsnag_app_version', ''), ]; Httpie::post('https://notify.bugsnag.com/deploy') ->jsonBody($data) ->send(); });