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

21 lines
392 B
HTML

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