How to integrate octopus deploy with sentry

Hi for all, I am using octopus deploy to auto deploy my web application. I am using sentry to track my application to log errors. recently I am using the sentry step template exist on octopus marketplace to integrate octopus with sentry to add release updates to sentry. This plugin requires some parameters I could fill all of them the most important parameter is API key. I generate an API key from my sentry account I passed it to octopus sentry plugin. but always I get the following error
Invoke-RestMethod : {“detail”: “API key is not valid”}

I googled too much to find solution to this error but no result

@anaguib did you ever figure this out?