Is there anyway to create a RavenClient without a DSN for development environments? I'd like to keep the SENTRY_DSN as a environment variable only set in production.
However because the RavenClient raises an exception if the DSN is null this breaks any code that uses the raven client in a dev environment.
Is there a suggested way of handling this? This method of not passing in a DSN works on the Python client, allowing it to act sort of as a "dummy".
Is there anyway to create a RavenClient without a DSN for development environments? I'd like to keep the SENTRY_DSN as a environment variable only set in production.
However because the RavenClient raises an exception if the DSN is null this breaks any code that uses the raven client in a dev environment.
Is there a suggested way of handling this? This method of not passing in a DSN works on the Python client, allowing it to act sort of as a "dummy".