Closed sergeifilippov closed 6 years ago
If you happen to save only the API key without setting up any of the other settings in the plugin settings form you will get a 500 Twig Runtime Error – Twig_Error_Runtime
500 Twig Runtime Error – Twig_Error_Runtime
Specifically;
Calling unknown method: craft\web\twig\variables\CraftVariable::Sentry()
Erro in vendor/lukeyouell/craft-sentry/src/templates/settings.twig on Line 19.
vendor/lukeyouell/craft-sentry/src/templates/settings.twig
Line 19
{% set projects = settings.authToken ? craft.Sentry.listProjects() : false %}
If you happen to save only the API key without setting up any of the other settings in the plugin settings form you will get a
500 Twig Runtime Error – Twig_Error_Runtime
Specifically;
Calling unknown method: craft\web\twig\variables\CraftVariable::Sentry()
Erro in
vendor/lukeyouell/craft-sentry/src/templates/settings.twig
onLine 19
.GIF or it didn't happen