Allow `Sentry.init` without block argument by sue445 · Pull Request #1235 · getsentry/sentry-ruby

Description When SENTRY_DSN has been passed from environment variable, config.dsn in Sentry.init is needless. But simply call Sentry.init will result in an error e.g. # example.rb require "bundler...