sbtsdev/laravelclickuperrorreports

Package for sending error reports from laravel to Clickup

1.2.0 2023-06-29 17:18 UTC

This package is auto-updated.

Last update: 2024-03-29 18:59:03 UTC


README

Latest Version on Packagist Total Downloads Build Status StyleCI

Package for sending error reports from laravel to Clickup. Take a look at contributing.md to see a to do list.

Installation

Via Composer

$ composer require sbtsdev/laravelclickuperrorreports

Usage

Set up the following in your .env

//get this from "Apps" under the user profile in clickup
CLICKUP_API_PK=

//list id pulled from clickup
//to pull the list id use dev tools in a browser
// and get the value of the data-SUBcategory attribute from the div for a task in that task list
CLICKUP_LIST_ID=

//clickup Id, I pulled it from the first number in the profile image uri
CLICKUP_ASSIGNEE_ID=

//if clickup rest call fails then email this address
CLICKUP_BACKUP_EMAIL=

//set to true if you want errors sent in a dev environment
CLICKUP_SEND_DEV_ERRORS=

Change log

Please see the changelog for more information on what has changed recently.

Testing


Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email webdesign@sbts.edu instead of using the issue tracker.

Credits

License

This software is open-sourced software licensed under the MIT license.