You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do you send the backtrace along with the message if you have manually triggered Rollbar::log() ? I'm using it to report SQL issues that occur...
Currently I'm sending it as $extra data but that only appears under "Occurrences" and is much harder to read and would instead like it to appear under "Message" if possible like it would for PHP exceptions etc.
How i'm sending the backtrace currently:
\Rollbar\Rollbar::log(\Rollbar\Payload\Level::CRITICAL, "SQL ERROR: SELECT * FROM ..... (example)" , debug_backtrace());
Thanks for any help
The text was updated successfully, but these errors were encountered:
How do you send the backtrace along with the message if you have manually triggered
Rollbar::log()
? I'm using it to report SQL issues that occur...Currently I'm sending it as
$extra
data but that only appears under "Occurrences" and is much harder to read and would instead like it to appear under "Message" if possible like it would for PHP exceptions etc.How i'm sending the backtrace currently:
Thanks for any help
The text was updated successfully, but these errors were encountered: