Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

getsentry/sentry-app-github-internal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

sentry-app-github-internal

Internal Sentry App - Link sourcecode to GitHub

Installation

In your organization settings, navigate to Developer Settings and add a new Internal Integration.

Set your Webhook URL to wherever you deployed this app, e.g. https://sentry-app-github-internal.sentry.dev/

Then for Schema add the following where github refers to the service, getsentry is our GitHub organization, and sentry is the repo

{
  "elements": [
    {
      "type": "stacktrace-link",
      "uri": "/stacktrace/github/getsentry/sentry"
    }
  ]
}

Example

Example Screenshot