Skip to content

Instantly share code, notes, and snippets.

@K-Mistele
Last active December 14, 2020 22:05
Show Gist options
  • Save K-Mistele/4e04510bd9113dd11222edb404949162 to your computer and use it in GitHub Desktop.
Save K-Mistele/4e04510bd9113dd11222edb404949162 to your computer and use it in GitHub Desktop.
Configuring CodeLighthouse's Node.js SDK
// IMPORT CODELIGHTHOUSE
const CodeLighthouse = require('codelighthouse');
// INSTANTIATE THE ERROR CATCHER
const codelighthouse = new CodeLighthouse(
organization_name="your organization name",
api_key="your API Key",
default_email="code owner's email address"
resource_group="serverless-applications",
resource_name="notifications-app"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment