UNPKG

165 BJavaScriptView Raw
1export default function (ctx, inject) {
2 // Inject Sentry to the context as $sentry
3 inject('sentry', process.sentry || {})
4 ctx.$sentry = process.sentry || {}
5}