{t('In Rails, all uncaught exceptions will be automatically reported.')}
{t('We support Rails 5 and newer.')}
{tct(
'Add [sentryRubyCode:sentry-ruby] and [sentryRailsCode:sentry-rails] to your [sentryGemfileCode:Gemfile]:',
{
sentryRubyCode: ,
sentryRailsCode:
,
sentryGemfileCode:
,
}
)}
{tct('Initialize the SDK within your [code:config/initializers/sentry.rb]:', {
code: ,
})}
{tct(
'Currently, custom exception applications [code:(config.exceptions_app)] are not supported. If you are using a custom exception app, you must manually integrate Sentry yourself.',
{
code: ,
}
)}