zls/sentry

sentry for ZlsPHP

v1.0.1 2019-08-20 10:03 UTC

This package is auto-updated.

Last update: 2024-04-20 19:58:45 UTC


README

使用说明

请查阅 文档

快速上手

// vim public/index.php

Zls::initialize()
->setExceptionHandle(
	new \Zls\Sentry\Exception\SentryException('http://9660d166c178476493ba42fc98a36ae9@192.168.3.135:9001/2')
)