opentelemetry-js/selenium-tests/pages/xhr/index.html

21 lines
386 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>XHR Plugin</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
Example of using Web Tracer with XHR plugin and console exporter
<script type="text/javascript" src="xhr.js"></script>
<br/>
<button id="button1">Test</button>
</body>
</html>