No designated place for traceback in message item
Open
Nobody has claimed this yet.
Status: 3 - Construction
- Dominant language
- PHP
- Stars
- 337
- Forks
- 116
- Avg merge
- 17d 2h
- Merged PRs (30d)
- 1
Description
Steps to reproduce:
- set
send_message_traceto true, - report a message item
Rollbar::log(Level::INFO, 'Message from app');
Expected result
The trace back should be visible in the Rollbar item details page just as when reporting an exception.
Result
The trace back is not visible in the Rollbar item details page. It's under body.message.backtrace in unformatted and hard to read in occurrence details.
Impact across SDKs
This is a problem that will appear across other SDKs as well as currently we just don't support backtrace for message items. Support for that needs to be implemented.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.