You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GITHUB_APP_ID="<App ID>"
GITHUB_API_SECRET="<Client secret>"
GITHUB_REQUIRE_VERIFIED_EMAIL = True # Optional but recommended
# Only if you are using GitHub Enterprise
#GITHUB_BASE_DOMAIN = "git.example.com"
#GITHUB_API_DOMAIN = "api.git.example.com"
Expected Result
No deprecation warnings
Actual Result
Following the docs results in Deprecation warning
/usr/src/sentry/src/sentry/runner/initializer.py:200: DeprecatedSettingWarning: The GITHUB_APP_ID setting is deprecated. Please use SENTRY_OPTIONS['github-login.client-id'] instead.
warnings.warn(DeprecatedSettingWarning(options_mapper[k], "SENTRY_OPTIONS['%s']" % k))
/usr/src/sentry/src/sentry/runner/initializer.py:200: DeprecatedSettingWarning: The GITHUB_API_SECRET setting is deprecated. Please use SENTRY_OPTIONS['github-login.client-secret'] instead.
warnings.warn(DeprecatedSettingWarning(options_mapper[k], "SENTRY_OPTIONS['%s']" % k))
/usr/src/sentry/src/sentry/runner/initializer.py:200: DeprecatedSettingWarning: The GITHUB_REQUIRE_VERIFIED_EMAIL setting is deprecated. Please use SENTRY_OPTIONS['github-login.require-verified-email'] instead.
warnings.warn(DeprecatedSettingWarning(options_mapper[k], "SENTRY_OPTIONS['%s']" % k))
Product Area
Other
Link
No response
DSN
No response
Version
24.11.0
The text was updated successfully, but these errors were encountered:
Environment
self-hosted (https://develop.sentry.dev/self-hosted/)
Steps to Reproduce
Follow the docs https://develop.sentry.dev/self-hosted/sso/#github-auth
In sentry/sentry.conf.py
Expected Result
No deprecation warnings
Actual Result
Following the docs results in Deprecation warning
/usr/src/sentry/src/sentry/runner/initializer.py:200: DeprecatedSettingWarning: The GITHUB_APP_ID setting is deprecated. Please use SENTRY_OPTIONS['github-login.client-id'] instead.
warnings.warn(DeprecatedSettingWarning(options_mapper[k], "SENTRY_OPTIONS['%s']" % k))
/usr/src/sentry/src/sentry/runner/initializer.py:200: DeprecatedSettingWarning: The GITHUB_API_SECRET setting is deprecated. Please use SENTRY_OPTIONS['github-login.client-secret'] instead.
warnings.warn(DeprecatedSettingWarning(options_mapper[k], "SENTRY_OPTIONS['%s']" % k))
/usr/src/sentry/src/sentry/runner/initializer.py:200: DeprecatedSettingWarning: The GITHUB_REQUIRE_VERIFIED_EMAIL setting is deprecated. Please use SENTRY_OPTIONS['github-login.require-verified-email'] instead.
warnings.warn(DeprecatedSettingWarning(options_mapper[k], "SENTRY_OPTIONS['%s']" % k))
Product Area
Other
Link
No response
DSN
No response
Version
24.11.0
The text was updated successfully, but these errors were encountered: