glowieframework/sentry 问题修复 & 功能扩展

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

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

glowieframework/sentry

最新稳定版本:v1.0.1

Composer 安装命令:

composer require glowieframework/sentry

包简介

Sentry integration plugin for Glowie Framework

README 文档

README

This plugin integrates Sentry error tracking with your Glowie application.

Installation

Install in your Glowie project using Composer:

composer require glowieframework/sentry

Then add the Sentry class to the app/config/Config.php file, into the plugins array:

'plugins' => [
    // ... other plugins here
    \Glowie\Plugins\Sentry\Sentry::class,
],

Configuration

Create a PHP project in Sentry, then copy the DSN URL and paste it in your application .env file.

SENTRY_DSN=https://mysentryapp.ingest.us.sentry.io/123456

To test if the integration works, throw any exception in your application and check if it will be captured on Sentry dashboard.

Credits

Sentry plugin and Glowie are currently being developed by Gabriel Silva.

统计信息

  • 总下载量: 28
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-09-27