Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined index: args in Raven_Stacktrace #30

Closed
755 opened this issue Aug 8, 2012 · 0 comments
Closed

Undefined index: args in Raven_Stacktrace #30

755 opened this issue Aug 8, 2012 · 0 comments

Comments

@755
Copy link

755 commented Aug 8, 2012

While using captureMessage() whith $stack=false and auto_log_stacks=false
raise error "Undefined index: args" in

$args = (is_array($frame['args']) ? implode(',', $frame['args']) : $frame['args']);
@dcramer dcramer closed this as completed in 5013673 Aug 9, 2012
Briones pushed a commit to Briones/sentry-php that referenced this issue Feb 20, 2020
Making ExceptionHelper friendly to Extensions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants