mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 08:05:53 +03:00
[PR #332] [MERGED] Add Rollbar handler #1085
Labels
No labels
Bug
Documentation
Feature
Needs Work
Support
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/monolog#1085
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Seldaek/monolog/pull/332
Author: @paulstatezny
Created: 3/6/2014
Status: ✅ Merged
Merged: 3/8/2014
Merged by: @Seldaek
Base:
master← Head:rollbar-handler📝 Commits (7)
6f70235Add Rollbar handler.6734a4fAdd composer suggest for Rollbar package.776a894Inject rollbar handler.2bb729dFlush roll bar notifier on close rather than destruct.595c6fcInclude context data as extra data sent to Rollbar.fbf654fInclude level, channel, and datetime in extra data sent to Rollbar.94c90adSend datetime as a string so it can be converted to JSON.📊 Changes
3 files changed (+66 additions, -1 deletions)
View changed files
📝
README.mdown(+1 -0)📝
composer.json(+2 -1)➕
src/Monolog/Handler/RollbarHandler.php(+63 -0)📄 Description
Add a new handler for Rollbar. (https://rollbar.com/)
Requires
rollbar/rollbarComposer package.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.