We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49fbc3 commit 1c1a465Copy full SHA for 1c1a465
lib/index.ts
@@ -1,5 +1,5 @@
1
import { clientInfo } from './environment'
2
-import { agentJsFilename, isAgentRunning, postSnapshot } from '@percy/agent'
+let { agentJsFilename, isAgentRunning, postSnapshot } = require('@percy/agent/dist/utils/sdk-utils')
3
import { Page } from 'puppeteer'
4
5
declare var PercyAgent: any;
0 commit comments