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

feat: addBreadcrumb overloads #198

Merged
merged 1 commit into from
Dec 11, 2019
Merged

Conversation

bruno-garcia
Copy link
Member

Common use case is: Sentry.addBreadcrumb("bla");

Or, also used for the guide: Sentry.addBreadcrumb(activity.getComponentName().flattenToShortString() + "started", "activity");

@bruno-garcia bruno-garcia force-pushed the feat/add-breadcrumb-overloads branch from 5b24886 to c1485dd Compare December 10, 2019 20:25
@bruno-garcia bruno-garcia mentioned this pull request Dec 10, 2019
7 tasks
@bruno-garcia bruno-garcia force-pushed the feat/add-breadcrumb-overloads branch from c1485dd to 7c5be22 Compare December 10, 2019 23:59
@codecov-io
Copy link

codecov-io commented Dec 11, 2019

Codecov Report

Merging #198 into master will decrease coverage by 0.06%.
The diff coverage is 40%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #198      +/-   ##
============================================
- Coverage     58.01%   57.94%   -0.07%     
- Complexity      546      547       +1     
============================================
  Files            72       72              
  Lines          2601     2611      +10     
  Branches        227      227              
============================================
+ Hits           1509     1513       +4     
- Misses          975      981       +6     
  Partials        117      117
Impacted Files Coverage Δ Complexity Δ
...ntry-core/src/main/java/io/sentry/core/Sentry.java 0% <0%> (ø) 0 <0> (ø) ⬇️
sentry-core/src/main/java/io/sentry/core/IHub.java 81.81% <66.66%> (-18.19%) 5 <1> (+1)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3e95e06...7c5be22. Read the comment docs.

@marandaneto marandaneto merged commit ecbabc2 into master Dec 11, 2019
@marandaneto marandaneto deleted the feat/add-breadcrumb-overloads branch December 11, 2019 18:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants