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.
1 parent 3bae1d7 commit edba0c7Copy full SHA for edba0c7
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