For cases we want to report something without trace-backing the bot.
Inspiration:
client = raven.Client(dsn, install_logging_hook=True)
client.capture(event_type, tags=tags, fingerprint=fingerprint, **kwargs)
Copy pasted from internal Gitlab (reported by @dhodovsk )