Skip to content

Commit 8309ae3

Browse files
committed
Fix
1 parent 6c544bd commit 8309ae3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

example/index.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ <h2>Performance Monitoring Settings Demo</h2>
223223
<input
224224
type="number"
225225
id="sampleRate"
226-
value="0.5"
226+
value="1.0"
227227
min="0"
228228
max="1"
229229
step="0.1"
@@ -410,8 +410,6 @@ <h2>Test Vue integration: &lt;test-component&gt;</h2>
410410

411411
button.disabled = false;
412412
});
413-
414-
updateSampleRate(0.5)
415413
</script>
416414
</body>
417415
</html>

0 commit comments

Comments
 (0)