Skip to content

Commit f8e31c9

Browse files
committed
chore: update example app to use the chrome extension build
1 parent d507548 commit f8e31c9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/js/examples/chrome-extension/options.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<link rel="stylesheet" href="button.css">
5-
<script src="vendor/honeybadger.min.js"></script>
5+
<script src="vendor/honeybadger.ext.min.js"></script>
66
<script src="error-reporting.js"></script>
77
</head>
88
<body>
@@ -16,4 +16,4 @@
1616
</div>
1717
</body>
1818
<script src="options.js"></script>
19-
</html>
19+
</html>

packages/js/examples/chrome-extension/popup.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<html>
33
<head>
44
<link rel="stylesheet" href="button.css">
5-
<script src="vendor/honeybadger.min.js"></script>
5+
<script src="vendor/honeybadger.ext.min.js"></script>
66
<script src="error-reporting.js"></script>
77
</head>
88
<body>
99
<button id="changeColor"></button>
1010
<script src="popup.js"></script>
1111
</body>
12-
</html>
12+
</html>
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
curl -o vendor/honeybadger.min.js https://js.honeybadger.io/v3.2/honeybadger.min.js
3+
curl -o vendor/honeybadger.min.js https://js.honeybadger.io/v6.9/honeybadger.ext.min.js

0 commit comments

Comments
 (0)