Rank 3: Container
Hi guys - I'm trying to enable Sentry on my self-hosted instance but I'm having issues getting the values I need to set.
On the documentation it looks like I can just modify the .env file and supply the following:
_APP_LOGGING_PROVIDER=sentry
_APP_LOGGING_CONFIG=
From the environment variables documentation - the _APP_LOGGING_CONFIG should be set to SENTRY_API_KEY;SENTRY_APP_ID. I can't find these two at all. There was something about the SENTRY_API_KEY being no longer available for new accounts as it is already deprecated. Can anyone tell me which page to go to so I can grab these values? I really want to use Sentry on my instance.