zls/sentry

sentry for ZlsPHP

Installs: 30

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/zls/sentry

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

This package is auto-updated.

Last update: 2025-10-20 23:08:03 UTC


README

使用说明

请查阅 文档

快速上手

// vim public/index.php

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