Unable to install/use the sentry (On-prem) with JIRA Cloud via the Atlassian marketplace addon

Platform Notice: Cloud Only - This article only applies to Atlassian products on the cloud platform.

Summary

The Add-on Sentry app isn't getting installed on the marketplace

1) Installation fails with the below error:

1 An unexpected error occurred.
(Auto-migrated image: description temporarily unavailable)

OR

2) You may see the below Error, but the APP will get installed anyway

1 The App host returned HTTP Response code 500 when we tried to contact it during installation. Please try again later or contact the App Vendor.
(Auto-migrated image: description temporarily unavailable)

Before checking with the App Vendor Sentry Support you can check a few things which could resolve the issue locally as this is a Self Hosted Sentry Application.

Environment

  • Jira Cloud.

  • Sentry Application (Self-Hosted)

  • Sentry Add-on - Installed on the Jira cloud site via the manual description file upload method

Diagnosis

  • Use the marketplace app descriptor link to install the application. The description link can be found in the app listing page in the Atlassian Marketplace

  • Once the installation completes without errors, check if the "Sentry" app shows up in the "User-Installed Apps" list. (Reload the page to be sure)

  • If No, then contact Atlassian Support for any help with the "Installation" process only.

  • If Yes, then Click on Get Started / Configure button. After a bit of loading, you may see the below error.

    (Auto-migrated image: description temporarily unavailable)
  • Open browser developer tools: "Browser Settings" > "More Tools" > "Developer Tools" (for Chrome)

  • Generate Network and Console trace logs by reloading the above page: Generating HAR files and analysing web requests

  • Go to the Console logs and check if you see the below error:

1 Refused to display 'https://sentry.infra.paylead.fr/' in a frame because it set 'X-Frame-Options' to 'deny'.

Cause

Seems like the 'X-Frame-Options' header was set to 'deny' or 'allow' and 'deny' at the same time on Sentry code, but it's expecting only "allow".

Solution

  • You must have to set the above 'X-Frame-Options' header in Atlassian-connect.json file of the Sentry app to 'allow'.

  • If in doubt, here is a Sentry Community Forum where they have discussed a similar issue with the X-Frame-Options header Run Sentry in X-Frame-Options. Please post your queries in the Sentry Community Forum. 

  • You can also open a support ticket with Sentry App Support for assistance.

Updated on March 11, 2025

Still need help?

The Atlassian Community is here for you.