File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ x-sentry-defaults: &sentry_defaults
59
59
SENTRY_EVENT_RETENTION_DAYS :
60
60
SENTRY_MAIL_HOST :
61
61
SENTRY_MAX_EXTERNAL_SOURCEMAP_SIZE :
62
- OPENAI_API_KEY :
63
62
volumes :
64
63
- " sentry-data:/data"
65
64
- " ./sentry:/etc/sentry"
Original file line number Diff line number Diff line change @@ -335,20 +335,6 @@ def get_internal_network():
335
335
# BITBUCKET_CONSUMER_KEY = 'YOUR_BITBUCKET_CONSUMER_KEY'
336
336
# BITBUCKET_CONSUMER_SECRET = 'YOUR_BITBUCKET_CONSUMER_SECRET'
337
337
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
-
352
338
##############################################
353
339
# Content Security Policy settings
354
340
##############################################
You can’t perform that action at this time.
0 commit comments