فهرست منبع

Add note about payload context var, refs #687

Jordi Boggiano 10 سال پیش
والد
کامیت
b3f1d9a792
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/Monolog/Handler/RollbarHandler.php

+ 3 - 0
src/Monolog/Handler/RollbarHandler.php

@@ -18,6 +18,9 @@ use Monolog\Logger;
 /**
  * Sends errors to Rollbar
  *
+ * If the context data contains a `payload` key, that is used as an array
+ * of payload options to RollbarNotifier's report_message/report_exception methods.
+ *
  * @author Paul Statezny <paulstatezny@gmail.com>
  */
 class RollbarHandler extends AbstractProcessingHandler