An open API service indexing awesome lists of open source software.

https://github.com/egorsmkv/do-functions-php-sentry

A serverless function to send notifications about errors generated by Sentry
https://github.com/egorsmkv/do-functions-php-sentry

do-functions serverless

Last synced: 11 months ago
JSON representation

A serverless function to send notifications about errors generated by Sentry

Awesome Lists containing this project

README

          

# `do-functions-php-sentry`

[![Check Code](https://github.com/egorsmkv/do-functions-php-sentry/actions/workflows/check-code.yml/badge.svg)](https://github.com/egorsmkv/do-functions-php-sentry/actions/workflows/check-code.yml)

A serverless function to send notifications about errors generated by Sentry.

## Installation

```shell
doctl serverless deploy . --remote-build
```

## Usage

```shell
php test.php
```