# sentry-app-github-internal **Repository Path**: mirrors_getsentry/sentry-app-github-internal ## Basic Information - **Project Name**: sentry-app-github-internal - **Description**: Internal Sentry App - Link sourcecode to GitHub - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ```json { "elements": [ { "type": "stacktrace-link", "uri": "/stacktrace/github/getsentry/sentry" } ] } ``` ## Example ![Example Screenshot](example.png)