Skip to content
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
Revert
  • Loading branch information
romtsn committed Sep 30, 2024
commit 48614674dad254b27255fcaecb0c9627432bcd01
2 changes: 1 addition & 1 deletion sentry/src/main/java/io/sentry/JsonSerializer.java
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ public void serialize(@NotNull SentryEnvelope envelope, @NotNull OutputStream ou
}

@Override
public @NotNull String aaaserialize(@NotNull Map<String, Object> data) throws Exception {
public @NotNull String serialize(@NotNull Map<String, Object> data) throws Exception {
return serializeToString(data, false);
}

Expand Down