We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae93788 commit 694977aCopy full SHA for 694977a
sentry/config.example.yml
@@ -76,6 +76,7 @@ transaction-events.force-disable-internal-project: true
76
# GitHub Integration #
77
######################
78
79
+# github-app.extended-permissions: ['repo']
80
# github-app.id: GITHUB_APP_ID
81
# github-app.name: 'GITHUB_APP_NAME'
82
# github-app.webhook-secret: 'GITHUB_WEBHOOK_SECRET' # Use only if configured in GitHub
sentry/sentry.conf.example.py
@@ -257,12 +257,6 @@ def get_internal_network():
257
}
258
)
259
260
-######################
261
-# GitHub Integration #
262
263
-
264
-GITHUB_EXTENDED_PERMISSIONS = ["repo"]
265
266
#########################
267
# Bitbucket Integration #
268
########################
0 commit comments