Skip to content

Commit

Permalink
Set versionName as visible release info
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixBondarenko committed Nov 16, 2016
1 parent 539d44c commit 58eb7a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ public static void captureEvent(SentryEventBuilder builder) {
final Sentry sentry = Sentry.getInstance();
final SentryEventRequest request;
builder.event.put("contexts", sentry.contexts);
builder.setRelease(Integer.toString(sentry.appInfo.versionCode));
builder.setRelease(sentry.appInfo.versionName);
builder.event.put("breadcrumbs", Sentry.getInstance().currentBreadcrumbs());
if (sentry.captureListener != null) {

Expand Down

0 comments on commit 58eb7a5

Please sign in to comment.