avh/contao-glitchtip-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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_DSN is not set, Sentry deactivates itself automatically. No .env entry 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
  • 点击次数: 5
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-03-10