IO-3162 Sentry cleanup.

This commit is contained in:
Patrick Fic
2025-02-28 15:18:42 -08:00
parent 65fb73ae82
commit f3c6c7f004
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
import { onError } from "@apollo/client/link/error";
//https://stackoverflow.com/questions/57163454/refreshing-a-token-with-apollo-client-firebase-auth
import * as Sentry from "@sentry/react";
const errorLink = onError(({ graphQLErrors, networkError, operation, forward }) => {
if (graphQLErrors) {