Skip to content

1.0.20

Compare
Choose a tag to compare
@jpiyali jpiyali released this 27 Aug 20:52
· 1331 commits to master since this release
4587e0c

Remove support for tracking dependency through fetch api. Fetch api is promise based and older versions IE (< 10) do not have support for javascript promise. This caused script load issues. Consumers requiring instrumentation for dependency tracking through fetch api need can track this through trackDependency api in the SDK.