-
Notifications
You must be signed in to change notification settings - Fork 120
Open
Labels
Rank: 3 - MinorTackle when there are no actionable Critical or Major requests.Tackle when there are no actionable Critical or Major requests.Status: 1 - DiscussionStakeholders are discussing the scope and characteristics of the request.Stakeholders are discussing the scope and characteristics of the request.Type: BugFix a component so that its behavior aligns with its documentation.Fix a component so that its behavior aligns with its documentation.
Description
In the following code
try{
blah();
}
catch(Exception $e){
Rollbar::log(Level::ERROR, “this is sent”);
Rollbar::log(Level::ERROR, $e); /* this is not */
}
the first log is sent to Rollbar, but not the second. I can’t figure out what is wrong there. Removing the catch or throwing inside it does the same, the exception is not sent (intentionally raised by causing a syntax error).
Metadata
Metadata
Assignees
Labels
Rank: 3 - MinorTackle when there are no actionable Critical or Major requests.Tackle when there are no actionable Critical or Major requests.Status: 1 - DiscussionStakeholders are discussing the scope and characteristics of the request.Stakeholders are discussing the scope and characteristics of the request.Type: BugFix a component so that its behavior aligns with its documentation.Fix a component so that its behavior aligns with its documentation.