avh/contao-glitchtip-bundle
最新稳定版本:1.0.0
Composer 安装命令:
composer require avh/contao-glitchtip-bundle
包简介
Glitchtip (Sentry-compatible) error tracking integration for Contao CMS
README 文档
README
Glitchtip (Sentry-compatible) error tracking for Contao CMS.
Wraps sentry/sentry-symfony as a Contao bundle with sensible defaults for Glitchtip.
Setup
Prerequisites
- Contao 5.3+ (Managed Edition)
- A Glitchtip or Sentry-compatible instance
Installation
composer require avh/contao-glitchtip-bundle
Environment variable
Set GLITCHTIP_DSN in .env.local:
GLITCHTIP_DSN=https://your-key@glitchtip.example.com/1
If
GLITCHTIP_DSNis not set, Sentry deactivates itself automatically. No.enventry is required for the bundle to install and run without errors.
Default configuration
The bundle prepends the following Sentry configuration automatically:
| Setting | Value |
|---|---|
| DSN | GLITCHTIP_DSN env var |
| Error listener & handler | enabled |
| PII | disabled (send_default_pii: false) |
| Performance tracing | 20% sample rate |
| Tracing | DBAL, Twig, Cache, HTTP Client |
| Messenger | enabled, soft fail capture |
Overriding defaults
All settings can be overridden in config/packages/sentry.yaml. Project-level configuration takes precedence over the bundle defaults.
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-03-10