sbtsdev/laravelclickuperrorreports

从laravel向Clickup发送错误报告的软件包

1.3.0 2024-05-20 12:02 UTC

This package is auto-updated.

Last update: 2024-09-20 12:57:36 UTC


README

Latest Version on Packagist Total Downloads Build Status StyleCI

从laravel向Clickup发送错误报告的软件包。查看contributing.md以获取待办事项列表。

安装

通过Composer

$ composer require sbtsdev/laravelclickuperrorreports

使用方法

在.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=

变更日志

有关最近更改的更多信息,请参阅changelog

测试


贡献

请参阅contributing.md以获取详细信息及待办事项列表。

安全性

如果您发现任何安全问题,请通过电子邮件webdesign@sbts.edu联系,而不是使用问题跟踪器。

鸣谢

许可协议

本软件为开源软件,遵循MIT许可协议