Skip to content

Commit f96d7da

Browse files
authored
recommend using 0.0.4 because 0.0.5 has a problem on Chrome
1 parent 803652c commit f96d7da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add this line in your HTML code, before `</head>` and replace `<my-api-key>` and
2626

2727
```HTML
2828
<!-- Warning: This is an experimental library, do not use it on production environments -->
29-
<script src="https://cdn.rawgit.com/GoogleCloudPlatform/stackdriver-errors-js/v0.0.5/dist/stackdriver-errors-concat.min.js"></script>
29+
<script src="https://cdn.rawgit.com/GoogleCloudPlatform/stackdriver-errors-js/v0.0.4/dist/stackdriver-errors-concat.min.js"></script>
3030
<script type="text/javascript">
3131
var errorHandler = new StackdriverErrorReporter();
3232
errorHandler.start({
@@ -56,7 +56,7 @@ Here are all the initialization options available:
5656

5757
```HTML
5858
<!-- Warning: This is an experimental library -->
59-
<script src="https://cdn.rawgit.com/GoogleCloudPlatform/stackdriver-errors-js/v0.0.5/dist/stackdriver-errors-concat.min.js"></script>
59+
<script src="https://cdn.rawgit.com/GoogleCloudPlatform/stackdriver-errors-js/v0.0.4/dist/stackdriver-errors-concat.min.js"></script>
6060
<script type="text/javascript">
6161
var errorHandler = new StackdriverErrorReporter();
6262
errorHandler.start({

0 commit comments

Comments
 (0)