Skip to content

Commit ff91e02

Browse files
committed
Add platform as well
1 parent 3a016d7 commit ff91e02

File tree

1 file changed

+1
-0
lines changed
  • sentry-android/src/main/java/com/joshdholtz/sentry

1 file changed

+1
-0
lines changed

sentry-android/src/main/java/com/joshdholtz/sentry/Sentry.java

+1
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,7 @@ public static enum SentryEventLevel {
671671
public SentryEventBuilder() {
672672
event = new HashMap<String, Object>();
673673
event.put("event_id", UUID.randomUUID().toString().replace("-", ""));
674+
event.put("platform", "java");
674675
this.setTimestamp(System.currentTimeMillis());
675676
}
676677

0 commit comments

Comments
 (0)