simonfunk
Results
2
comments of
simonfunk
I just installed the self hosted last week and run into the same issue. I do have the OPENAI_API_KEY set in .env and also in sentry.conf.py. I also did run...
Now it works, thanks to @buffcode The missing was ``` # sentry/sentry.conf.py OPENAI_API_KEY = os.environ.get("OPENAI_API_KEY") SENTRY_FEATURES["organizations:open-ai-suggestion"] = True ``` it's confusing, because it's not written in the comment on entry/sentry.conf.py....