sentry
sentry copied to clipboard
fix(integrations): Don't raise exceptions from EventLifecycle
The checks are valid, but raising the exception is likely to cause more trouble than it saves, especially if we are already midway through handling another exception. (Thanks @GabeVillalobos for pointing this out.) So just log the error instead.