Currently the Java SDK tries to load percy-agent.js from a locally bundled node_modules folder. This PR updates it so the SDK loads it from the @percy/agent server each time, so its the latest DOM library no matter what version the Java SDK is.
This matches the pattern in all of our other non JS SDKs.
What is this?
Currently the Java SDK tries to load
percy-agent.js
from a locally bundlednode_modules
folder. This PR updates it so the SDK loads it from the@percy/agent
server each time, so its the latest DOM library no matter what version the Java SDK is.This matches the pattern in all of our other non JS SDKs.