parseUrl
from sdk-trace-web
does not support relative paths anymore
#2884
Labels
bug
Something isn't working
good first issue
Good for newcomers
up-for-grabs
Good for taking. Extra help will be provided by maintainers
The changes from #2689 might have introduced a breaking change to
1.1.0
that causes relative paths to not be parsed anymore.The current implementation of
parseUrl
now throws when providing relative paths as parameter as it calls theURL
constructor with it. It previously tolerated relative paths. This caused tests forinstrumentation-fetch
andinstrumentation-xml-http-request
in #2871 to fail when updating the dependency tosdk-trace-web
from1.0.1
to1.1.1
.This might also affect others that are upgrading from
1.0.x
to1.1.0
/1.1.1
The text was updated successfully, but these errors were encountered: