Skip to content

felipemfp/bugsnag2clickup

Repository files navigation

bugsnag2clickup

A Bugsnag-ClickUp integration.

Deployment

You'll need a ClickUp API Token (CLICKUP_TOKEN) and a specific list (CLICKUP_LIST_ID) where you want to create the tasks configured in your AWS Lambda environment variables.

You can use the npm build or yarn build to generate the bugsnag2clickup.zip and then upload it to the AWS Lambda (use awsHandler) or GCP Functions (use gcpHandler).

As last step, you should configure your AWS Lambda/GCP function as Data Forwarding Webhook integration in Bugsnag.

Local Development

Below is a list of commands you will probably find useful.

npm start or yarn start

Runs the project in development/watch mode. Your project will be rebuilt upon changes. TSDX has a special logger for you convenience. Error messages are pretty printed and formatted for compatibility VS Code's Problems tab.

Your library will be rebuilt if you make edits.

npm run build or yarn build

Bundles the package to the dist folder. The package is optimized and bundled with Rollup into multiple formats (CommonJS, UMD, and ES Module).

npm test or yarn test

Runs the test watcher (Jest) in an interactive mode. By default, runs tests related to files changed since the last commit.

About

A Bugsnag-ClickUp integration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published