Deleting plugin name and description strings
Make translation more accurate
Update and improve russian
Added missing strings
More accurate style
Added plugin name
Correction of JSON style
Delete empty file
Added plugin name
Delete empty file
Added plugin name
Delete empty file
Added plugin name
Delete empty file
Added Russian
Delete empty file
Delete empty file
Added plugin name
Delete empty file
Delete empty file
Added plugin name
Delete empty file
Delete empty file
Added plugin name
Added plugin name
Added plugin name
Added plugin name
Delete empty file
Delete empty file
Delete empty file
Added plugin name
Added plugin name
Added plugin name
Added plugin name
Added plugin name
Added plugin name
Delete empty file
Added plugin name
Added plugin name
Added plugin name
Added plugin name
Added plugin name
Added plugin name
Added plugin name
Added plugin name
Added Russian
Added plugin name
Correction of terminology
JWT is acronym.
Correction of terminology
JWT is acronym.
Correction of terminology
Correction of terminology
JWT is acronym.
Swagger UI — the correct version.
Correction of terminology
Correction of terminology
JWT is acronym.
Swagger UI — the correct version.
Correction of terminology
JWT is acronym.
Correction of terminology
Correction of terminology
Correction of terminology
JWT is acronym.
Swagger UI — the correct version.
Correction of terminology
Correction of terminology
Correction of terminology
JWT is acronym.
Swagger UI — the correct version.
Correction of terminology
JWT is acronym.
Correction of terminology
JWT is acronym.
Correction of terminology
JWT is acronym.
Swagger UI — the correct version.
Correction of terminology
JWT is acronym.
Correction of terminology
JWT is acronym.
Correction of terminology
JWT is acronym.
Correction of terminology
Correction of terminology
Correction of terminology
JWT is acronym.
Updated Russian
I was following the original guide to disable the Sentry plugin for non-production environments, but I noticed the approach as originally documented is problematic:
In my project I have some code that calls `strapi.plugin('sentry').service('sentry').sendError(error)`. If the Sentry plugin would be disabled, this would cause a null pointer exception (or whatever it was), because `strapi.plugin('sentry')` would return `undefined`.
So here is my suggested change on how to disable the plugin for non-production environments.