Deployment and integration issue from raygun

Shubham Dhingra

Posted on
Jul 09 2020

So i was using the deployment integration feature in Raygun. I have written a script which basically sends data like commit hash, author name, committer email, etc. and which is being captured successfully by Raygun (script execured after deployment process is complete).

I have also integrated the bitbucket repository with the application.

So, the problem which I am facing is that in the version of the deployment I am not able to see the commit details (under Commits tab).

I thought maybe I am not sending data or it's improper but I validated that was correct and then I checked the data being received (under Network tab of Developer Options) for that deployment version and I found that the commit hash is being actually sent from your server but the details are not being shown under the Commits tab


Reply