We provide a new service provider, SentryServiceProvider,
bound to the 'raven' application container key, to provide
a Raven client.
The clien will connect to Sentry through a DSN configured in
SENTRY_DSN environment variable.
The exception handler sends exceptions to Sentry,
but not for unit tests.
Fixes T764.