-
Hey, sometimes when sentry handles errors in stack trace in some apps we see arguments, in others we don't (php slim vs Symfony integration). I'm wondering how to enable it so arguments would appear every time? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
cleptric
Nov 19, 2024
Replies: 1 comment
-
Make sure |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
leoleva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make sure
zend.exception_ignore_args
is set toOff
in your php.ini.https://docs.sentry.io/platforms/php/troubleshooting/#missing-variables-in-stack-traces