(queryContext, err)
| 12 | } |
| 13 | |
| 14 | export const logSentryError = (queryContext, err) => { |
| 15 | console.log('LOGGING TO SENTRY') |
| 16 | if (SENTRY_ROUTE) { |
| 17 | Sentry.setContext('queryContext', queryContext) |
| 18 | Sentry.captureException(err) |
| 19 | } |
| 20 | } |
no outgoing calls
no test coverage detected