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 a421332 commit 682a18cCopy full SHA for 682a18c
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