Bump
Jun 7, 2016
4
Level 1
Session in Handler.php
Hello folks!
I am trying to send my Exceptions to Sentry. (getsentry.com). I also want to add some context. For example, I want to send with the Exception the current user or the active site (I build a multi-site tool), which is stored in my session.
But I think the session isn't setup yet when the Handler.php is called, because when I do dd(session()) I get null.
Is there some way to archive what i want?
Please or to participate in this conversation.