Just wondering what behavior do we get if we call Sentry Logs functions (TS, PHP, GO...) but without calling previously Sentry.init() (or equivalent in other languages)
One of the peculiarities we run in our code is to check if the expected environment variable that has the Sentry URL was set and has a value. If it does not have a value, then we skip the init process for Sentry.
So, what would happen if we call Sentry.logs.info(...) (or equivalent in other languages) but we didn't init Sentry first?