You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding Kadira support seems like it's an obvious need. My plan had been to add it as a scaffold. Something along the lines of:
# scaffold command, because there's a config file that needs to be generated
starrynight scaffold --service kadira
# add command would be more semantic; but I'm not sure how that would work# maybe a prompt where one specifies the API key?
starrynight add --service kadira
# and eventually other debugging services, like splunk
starrynight scaffold --service splunk
# and other services that require a package and a config file
starrynight scaffold --service google-analytics
I've also been considering how to add the Meteor Toys debugging packages . Maybe the following?
starrynight add-debugging-tools
The text was updated successfully, but these errors were encountered:
Adding Kadira support seems like it's an obvious need. My plan had been to add it as a scaffold. Something along the lines of:
I've also been considering how to add the Meteor Toys debugging packages . Maybe the following?
The text was updated successfully, but these errors were encountered: