[PR #631] [MERGED] RavenHandler supports extra parameters #1267

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

📋 Pull Request Information

Original PR: https://github.com/Seldaek/monolog/pull/631
Author: @prgTW
Created: 8/16/2015
Status: Merged
Merged: 8/17/2015
Merged by: @Seldaek

Base: masterHead: feat/raven-extra-parameters


📝 Commits (1)

  • 762361f RavenHandler supports extra parameters

📊 Changes

3 files changed (+22 additions, -10 deletions)

View changed files

📝 composer.json (+1 -1)
📝 src/Monolog/Handler/RavenHandler.php (+17 -7)
📝 tests/Monolog/Handler/RavenHandlerTest.php (+4 -2)

📄 Description

refactored RavenHandler a bit to support many additional parameters, not only checksum but also (added in 0.11) release parameter
ref: https://github.com/getsentry/raven-php/blob/master/CHANGES

release allows to track the version of an application that the logs came from


🔄 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/631 **Author:** [@prgTW](https://github.com/prgTW) **Created:** 8/16/2015 **Status:** ✅ Merged **Merged:** 8/17/2015 **Merged by:** [@Seldaek](https://github.com/Seldaek) **Base:** `master` ← **Head:** `feat/raven-extra-parameters` --- ### 📝 Commits (1) - [`762361f`](https://github.com/Seldaek/monolog/commit/762361fff9f99147759c9ce1dda3a6e537407540) RavenHandler supports extra parameters ### 📊 Changes **3 files changed** (+22 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `composer.json` (+1 -1) 📝 `src/Monolog/Handler/RavenHandler.php` (+17 -7) 📝 `tests/Monolog/Handler/RavenHandlerTest.php` (+4 -2) </details> ### 📄 Description refactored RavenHandler a bit to support many additional parameters, not only `checksum` but also (added in 0.11) `release` parameter ref: https://github.com/getsentry/raven-php/blob/master/CHANGES `release` allows to track the version of an application that the logs came from --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 03:07:59 +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#1267
No description provided.