Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
only set breadcrumb extras if not empty (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored May 7, 2020
1 parent 9979618 commit 5569c0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ public void onReceive(Context context, Intent intent) {
action);
}
}
breadcrumb.setData("extras", newExtras);
}
breadcrumb.setData("extras", newExtras);
breadcrumb.setLevel(SentryLevel.INFO);
hub.addBreadcrumb(breadcrumb);
}
Expand Down

0 comments on commit 5569c0c

Please sign in to comment.