Skip to content

Commit 30b6e06

Browse files
authored
Load customerSession in SentryLog via proxy (#169)
1 parent 39a118e commit 30b6e06

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

etc/di.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,10 @@
2020
</argument>
2121
</arguments>
2222
</type>
23+
24+
<type name="JustBetter\Sentry\Model\SentryLog">
25+
<arguments>
26+
<argument name="customerSession" xsi:type="object">Magento\Customer\Model\Session\Proxy</argument>
27+
</arguments>
28+
</type>
2329
</config>

0 commit comments

Comments
 (0)