zls/sentry

sentry for ZlsPHP

Maintainers

Package info

github.com/sohaha/ZlsPHP-Sentry

pkg:composer/zls/sentry

Statistics

Installs: 30

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-20 23:56:20 UTC


README

使用说明

请查阅 文档

快速上手

// vim public/index.php

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