Closed mgray88 closed 1 year ago
Wrap the capture_context parameter in the SDK for what the Client expects. capture_message was already written this way, however capture_exception and capture_event did not correctly wrap the parameter, so the data was lost
capture_context
capture_message
capture_exception
capture_event
Hi, thanks for your PR. Please provide some unit tests.
Wrap the
capture_context
parameter in the SDK for what the Client expects.capture_message
was already written this way, howevercapture_exception
andcapture_event
did not correctly wrap the parameter, so the data was lost