7 Commits

Author SHA1 Message Date
Ben Irvin
b43a11ad0a prettier md files 2023-01-04 17:16:16 +01:00
Gregor Sondermeier
eb49c63166 apply code review suggestion in packages/plugins/sentry/README.md 2022-12-28 12:37:26 +01:00
Gregor Sondermeier
06128ee308
Update Sentry plugin readme regarding non-prod env
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.
2022-12-19 09:59:11 +01:00
Rémi de Juvigny
eaba9ff4fa Grammar 2022-02-03 12:58:08 +01:00
Rémi de Juvigny
177b9baa1d Fix sentry plugin docs for v4 2022-02-03 12:52:21 +01:00
Alexandre Bodin
575cbbdc7c Migrate plugin getters 2021-08-19 23:30:49 +02:00
Alexandre Bodin
a14504e699 Init scoped packages 2021-04-29 12:03:54 +02:00