Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFail gracefully if stacktrace-js has not been loaded properly. #26
Comments
Jastrzebowski
added a commit
to Jastrzebowski/stackdriver-errors-js
that referenced
this issue
Dec 11, 2017
* Add an error on init if StackTrace is missing * Add tests * Fix minor style issues inconsistence in quotes
steren
added a commit
that referenced
this issue
Dec 12, 2017
Jastrzebowski
added a commit
to Jastrzebowski/stackdriver-errors-js
that referenced
this issue
Aug 13, 2018
* Fail gracefully if stacktrace-js is missing GoogleCloudPlatform#26
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the StackTrace object is not available (because the user has not loaded the contact.dist.js file for example), print an error in the console explaining what needs to be done.