承接 systemseed/simplesamlphp-module-rollbar 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

systemseed/simplesamlphp-module-rollbar

最新稳定版本:1.0.2

Composer 安装命令:

composer require systemseed/simplesamlphp-module-rollbar

包简介

A SimpleSAMLphp module adding support for Rollbar logger handler.

README 文档

README

SimpleSAMLphp + Rollbar

SimpleSAMLphp module

This module for SimpleSAMLphp provides a LoggerHandler that integrates with Rollbar service.

Installation

  • Install and configure SimpleSAMLphp.
  • Install Rollbar - composer require systemseed/simplesamlphp-module-rollbar.

Enable Rollbar

  • Fill rollbar.token value in simplesamlphp/config/config.php with server token taken from Rollbar.
  • Set rollbar.environment value in simplesamlphp/config/config.php to define current environment name.

Configure Rollbar to handle PHP exceptions

Set rollbar.exception_handler value to true in simplesamlphp/config/config.php. This will catch and log all exceptions to Rollbar as a single occurrence in Rollbar dashboard.

Configure Rollbar to handle all log items

Set logging.handler to 'SimpleSAML\Module\rollbar\Logger\RollbarLoggingHandler'. Please be aware that enabled backtraces, will result in each line in the backtrace treated as a separate occurrence.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: LGPL-2.1
  • 更新时间: 2024-05-01