Skip to content

Commit 817fde2

Browse files
authored
ref: remove suggested fix (#3446)
1 parent be02e0e commit 817fde2

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ x-sentry-defaults: &sentry_defaults
5959
SENTRY_EVENT_RETENTION_DAYS:
6060
SENTRY_MAIL_HOST:
6161
SENTRY_MAX_EXTERNAL_SOURCEMAP_SIZE:
62-
OPENAI_API_KEY:
6362
volumes:
6463
- "sentry-data:/data"
6564
- "./sentry:/etc/sentry"

sentry/sentry.conf.example.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -335,20 +335,6 @@ def get_internal_network():
335335
# BITBUCKET_CONSUMER_KEY = 'YOUR_BITBUCKET_CONSUMER_KEY'
336336
# BITBUCKET_CONSUMER_SECRET = 'YOUR_BITBUCKET_CONSUMER_SECRET'
337337

338-
##############################################
339-
# Suggested Fix Feature / OpenAI Integration #
340-
##############################################
341-
342-
# See https://docs.sentry.io/product/issues/issue-details/ai-suggested-solution/
343-
# for more information about the feature. Make sure the OpenAI's privacy policy is
344-
# aligned with your company.
345-
346-
# Set the OPENAI_API_KEY on the .env or .env.custom file with a valid
347-
# OpenAI API key to turn on the feature.
348-
OPENAI_API_KEY = env("OPENAI_API_KEY", "")
349-
350-
SENTRY_FEATURES["organizations:open-ai-suggestion"] = bool(OPENAI_API_KEY)
351-
352338
##############################################
353339
# Content Security Policy settings
354340
##############################################

0 commit comments

Comments
 (0)