The Wayback Machine - https://web.archive.org/web/20220211002756/https://github.com/topics/raven
Skip to content
#

raven

Here are 106 public repositories matching this topic...

soullesscomputerboy
soullesscomputerboy commented Jun 1, 2021

Currently different transaction types show different details. Asset transactions don't show "To" and "From". On RVN Transactions the "From" is almost always listed as "unknown". Maybe change this to list a sending address and if there is a label on one of the sending addresses, put the label after it in parenthesis like it has handled in the "To" section. See inconsistencies below:
![assettx](htt

rolandoldengarm
rolandoldengarm commented Oct 5, 2020

When creating exceptions with breadcrumbs in 2 tests, the second test will have the breadcrumbs from the first test.

describe('debug', () => {
    beforeEach(() => {
      testkit.reset();
    });
    it('should log a message 1', () => {
      Sentry.addBreadCrumb({message: 'messageText'});
      Sentry.captureException(new Error('test 1'));

      expect(testkit.reports()).toHaveLen

Improve this page

Add a description, image, and links to the raven topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the raven topic, visit your repo's landing page and select "manage topics."

Learn more