networkteam/neos-sentryclient
Composer 安装命令:
composer require networkteam/neos-sentryclient
包简介
A sentry client for Neos CMS
README 文档
README
This is a Sentry client package for the Neos CMS (https://www.neos.io).
It's based on https://github.com/getsentry/sentry-php.
Have a look at https://sentry.io for more information about Sentry.
Compatibility:
| Neos CMS | Plugin Version |
|---|---|
| >= 8.3 | 5.x |
| >= 4.0, < 9.0 | 4.x |
Installation:
$ composer require networkteam/neos-sentryclient
Configuration:
Add the following to your Settings.yaml and replace the dsn setting with your project DSN (API Keys in your Sentry project):
Networkteam:
SentryClient:
# The Sentry DSN
dsn: 'http://public_key:secret_key@your-sentry-server.com/project-id'
You can implement the \Networkteam\SentryClient\User\UserContextServiceInterface to pass your own user context
information to the logging. If you do not have the TYPO3.Party Package and don't want to implement your own
UserContextService you need to set the \Networkteam\SentryClient\User\DummyUserContext in the Objects.yaml like
Networkteam\SentryClient\User\UserContextServiceInterface:
className: Networkteam\SentryClient\User\DummyUserContext
This will prevent any collection of user information except information that is available via the Flow SecurityContext.
Usage:
Sentry will log all exceptions that have the rendering option logException enabled. This can be enabled or disabled
by status code or exception class according to the Flow configuration.
Development:
This package is managed on GitHub. Feel free to get in touch at https://github.com/networkteam/Networkteam.Neos.SentryClient.
License:
See the LICENSE file for license rights and limitations (MIT).
networkteam/neos-sentryclient 适用场景与选型建议
networkteam/neos-sentryclient 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 53.8k 次下载、GitHub Stars 达 3, 最近一次更新时间为 2018 年 11 月 08 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 networkteam/neos-sentryclient 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 networkteam/neos-sentryclient 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 53.8k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-11-08