Skip to content

Commit fb1bb90

Browse files
vaindromtsn
andcommitted
Update android/src/main/java/io/sentry/react/RNSentryReplayBreadcrumbConverter.java
Co-authored-by: Roman Zavarnitsyn <[email protected]>
1 parent a9139c6 commit fb1bb90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/io/sentry/react/RNSentryReplayBreadcrumbConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public RNSentryReplayBreadcrumbConverter() {
1313

1414
@Override
1515
public @Nullable RRWebEvent convert(final @NotNull Breadcrumb breadcrumb) {
16-
var rrwebBreadcrumb = new RRWebBreadcrumbEvent();
16+
RRWebBreadcrumbEvent rrwebBreadcrumb = new RRWebBreadcrumbEvent();
1717
assert rrwebBreadcrumb.getCategory() == null;
1818

1919
if (breadcrumb.getCategory().equals("touch")) {

0 commit comments

Comments
 (0)