flownative / flow-sentry

Integration of Sentry for Neos Flow
MIT License
5 stars 5 forks source link

Sanitize settings properly #28

Closed kdambekalns closed 3 days ago

kdambekalns commented 1 week ago

In case e.g. SENTRY_RELEASE is not set, a type error happens:

Cannot assign false to property Flownative\Sentry\SentryClient_Original::$release of type string

This makes sure that any falsy value leads to an empty string.