Skip to content

Commit

Permalink
Merge d86b780 into 9f0658b
Browse files Browse the repository at this point in the history
  • Loading branch information
martin308 committed Jun 28, 2018
2 parents 9f0658b + d86b780 commit e9cf8f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sdk/src/main/java/com/bugsnag/android/Breadcrumb.java
Expand Up @@ -61,6 +61,11 @@ public Map<String, String> getMetadata() {
return metadata;
}

@NonNull
public String getTimestamp() {
return timestamp;
}

@Override
public void toStream(@NonNull JsonStream writer) throws IOException {
writer.beginObject();
Expand Down

0 comments on commit e9cf8f2

Please sign in to comment.