Closed kdambekalns closed 3 days ago
In case e.g. SENTRY_RELEASE is not set, a type error happens:
SENTRY_RELEASE
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.
In case e.g.
SENTRY_RELEASE
is not set, a type error happens:This makes sure that any falsy value leads to an empty string.