Skip to content

Commit

Permalink
feat(payload): add is_uncaught field in data
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbuon committed Aug 19, 2024
1 parent e1f9ebf commit e79299a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ public Map<String, Object> asJson() {
values.put("notifier", notifier);
}

values.put("is_uncaught", isUncaught);

return values;
}

Expand Down

0 comments on commit e79299a

Please sign in to comment.