File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Here's an introductory video:
3030
3131``` HTML
3232<!-- Warning: This is an experimental library, do not use it on production environments -->
33- <script src =" https://cdn.rawgit.com/GoogleCloudPlatform/stackdriver-errors-js/v0.0.3 /dist/stackdriver-errors-concat.min.js" ></script >
33+ <script src =" https://cdn.rawgit.com/GoogleCloudPlatform/stackdriver-errors-js/v0.0.4 /dist/stackdriver-errors-concat.min.js" ></script >
3434<script type =" text/javascript" >
3535var errorHandler = new StackdriverErrorReporter ();
3636errorHandler .start ({
@@ -61,7 +61,7 @@ Here are all the initialization options available:
6161
6262``` HTML
6363<!-- Warning: This is an experimental library, do not use it on production environments -->
64- <script src =" https://cdn.rawgit.com/GoogleCloudPlatform/stackdriver-errors-js/v0.0.3 /dist/stackdriver-errors-concat.min.js" ></script >
64+ <script src =" https://cdn.rawgit.com/GoogleCloudPlatform/stackdriver-errors-js/v0.0.4 /dist/stackdriver-errors-concat.min.js" ></script >
6565<script type =" text/javascript" >
6666var errorHandler = new StackdriverErrorReporter ();
6767errorHandler .start ({
Original file line number Diff line number Diff line change 11{
22 "name" : " stackdriver-errors-js" ,
3- "version" : " 0.0.3 " ,
3+ "version" : " 0.0.4 " ,
44 "description" : " Experimental client-side JavaScript library to report errors to Stackdriver Error Reporting" ,
55 "main" : " stackdriver-errors.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments