File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" >
3131var errorHandler = new StackdriverErrorReporter ();
3232errorHandler .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" >
6161var errorHandler = new StackdriverErrorReporter ();
6262errorHandler .start ({
You can’t perform that action at this time.
0 commit comments