Skip to content

Commit a1077d0

Browse files
committed
[BUGFIX] - removed injection of handler to prevent crash in magento 2.1.x
1 parent ee895c1 commit a1077d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

etc/di.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<arguments>
55
<argument name="name" xsi:type="string">SentryLog</argument>
66
<argument name="handlers" xsi:type="array">
7-
<item name="raven" xsi:type="object">Monolog\Handler\RavenHandler</item>
87
<item name="system" xsi:type="object">Magento\Framework\Logger\Handler\System</item>
98
</argument>
109
<argument name="processors" xsi:type="array" />

0 commit comments

Comments
 (0)