We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09e837 commit 7a975d0Copy full SHA for 7a975d0
packages/tracing/test/integrations/apollo.test.ts
@@ -43,7 +43,7 @@ class ApolloServerBase {
43
}
44
45
46
-// mock for 'graphql/execution/execution.js' package
+// mock for ApolloServer package
47
jest.mock('@sentry/utils', () => {
48
const actual = jest.requireActual('@sentry/utils');
49
return {
0 commit comments