Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removing comment
  • Loading branch information
Manoel Aranda Neto committed Oct 29, 2019
commit 3bc52812f8ca97abf7e980a9caaeb64566ecffbc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public SentryEvent process(SentryEvent event) {
event.setThreads(sentryThreadFactory.getCurrentThreads());
}

// DefaultAndroidEventProcessor also sets it, which one is correct or which one should be 1st?
if (event.getRelease() == null) {
event.setRelease(options.getRelease());
}
Expand Down