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

@@ -7,9 +7,9 @@ import { getMainDefinition } from "@apollo/client/utilities";
//import { split } from "apollo-link";
import apolloLogger from "apollo-link-logger";
//import axios from "axios";
import { SentryLink } from "apollo-link-sentry";
import { auth } from "../firebase/firebase.utils";
import errorLink from "../graphql/apollo-error-handling";
import { SentryLink } from "apollo-link-sentry";
//import { store } from "../redux/store";
const httpLink = new HttpLink({