We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c18a74d + edba0c7 commit 35b17dbCopy full SHA for 35b17db
sentry/src/main/java/io/sentry/protocol/SentryId.java
@@ -59,7 +59,6 @@ public int hashCode() {
59
return lazyStringValue.getValue().hashCode();
60
}
61
62
-
63
private @NotNull String normalize(@NotNull String uuidString) {
64
return StringUtils.normalizeUUID(uuidString).replace("-", "");
65
0 commit comments