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
{{ message }}
This repository was archived by the owner on Oct 15, 2019. It is now read-only.
This particular custom option allows you to handle different environments without the need of creating different projects for each of them in Sentry.
Add another option called environment to the Sentry destination setup modal under the Optional Settings (string value - defaulting to null) to be sent to Sentry as follows:
environment
Track the environment name inside Sentry.
{
environment: 'production'
}