Replies: 1 comment
-
I would like to know this too, currently all the logs are shown in the sentry as separate issues. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The docs are quite unclear (atleast for me)
The goal is to log exceptions and all the logs leading up to that exception in a Sentry Issue (I am using monolog).
At the moment I'm not clear how the monolog Logging settings affects that or doest, both of my attempts have failed.
Attempt 1 - with monolog logger
sentry.yaml
monolog.yaml
Attempt 2 - without monolog
sentry.yaml
monolog.yaml
Beta Was this translation helpful? Give feedback.
All reactions