OctopusDeploy / Library

| Public | A repository of step templates and other community-contributed extensions to Octopus Deploy
Other
171 stars 503 forks source link

Upgrade to use new Raygun API #1502

Closed benjimac93 closed 7 months ago

benjimac93 commented 7 months ago

Background

BREAKING CHANGE

The existing Raygun step has not been updated since 2016 and is using a legacy API that appears to no longer be supported.

Prior to this update, I was unable to get the action to work.

This has meant moving to using Personal Access Tokens & changing the Parameters passed to the step template.

I can update the PR to have this as a NEW step, however, given the existing isn't working updating the existing template felt acceptable.

Raygun API docs & Powershell example I've followed can be found here: https://raygun.com/documentation/product-guides/deployment-tracking/powershell/

Pre-requisites