rollbar / rollbar/rollbar-php

No designated place for traceback in message item

Open
#471 6 comments 0 reactions 1 assignee View on GitHub

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_trace to 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.