[PR #332] [MERGED] Add Rollbar handler #1085

Closed
opened 2026-03-04 03:04:54 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: rollbar-handler


📝 Commits (7)

  • 6f70235 Add Rollbar handler.
  • 6734a4f Add composer suggest for Rollbar package.
  • 776a894 Inject rollbar handler.
  • 2bb729d Flush roll bar notifier on close rather than destruct.
  • 595c6fc Include context data as extra data sent to Rollbar.
  • fbf654f Include level, channel, and datetime in extra data sent to Rollbar.
  • 94c90ad Send 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/rollbar Composer package.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Seldaek/monolog/pull/332 **Author:** [@paulstatezny](https://github.com/paulstatezny) **Created:** 3/6/2014 **Status:** ✅ Merged **Merged:** 3/8/2014 **Merged by:** [@Seldaek](https://github.com/Seldaek) **Base:** `master` ← **Head:** `rollbar-handler` --- ### 📝 Commits (7) - [`6f70235`](https://github.com/Seldaek/monolog/commit/6f7023547091c3679d0e618eb67bd7b1a19db89a) Add Rollbar handler. - [`6734a4f`](https://github.com/Seldaek/monolog/commit/6734a4fbd184e86e1ce74325b622b3f7c4f4242b) Add composer suggest for Rollbar package. - [`776a894`](https://github.com/Seldaek/monolog/commit/776a8944878e56cba0fc6a794c1a22f02b6feb1c) Inject rollbar handler. - [`2bb729d`](https://github.com/Seldaek/monolog/commit/2bb729d60b1c98fa2ef79afa052b736ca7801137) Flush roll bar notifier on close rather than destruct. - [`595c6fc`](https://github.com/Seldaek/monolog/commit/595c6fc8af4310b5a4a5827f03b2fe6d584a4144) Include context data as extra data sent to Rollbar. - [`fbf654f`](https://github.com/Seldaek/monolog/commit/fbf654f31d1dabfb93da9615196b08a2ec33ac84) Include level, channel, and datetime in extra data sent to Rollbar. - [`94c90ad`](https://github.com/Seldaek/monolog/commit/94c90ade893d297d5e9d7df443f7d6f1fc410dae) Send datetime as a string so it can be converted to JSON. ### 📊 Changes **3 files changed** (+66 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.mdown` (+1 -0) 📝 `composer.json` (+2 -1) ➕ `src/Monolog/Handler/RollbarHandler.php` (+63 -0) </details> ### 📄 Description Add a new handler for Rollbar. (https://rollbar.com/) Requires `rollbar/rollbar` Composer package. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 03:04:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/monolog#1085
No description provided.