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 e0cc1a5 commit 306c533Copy full SHA for 306c533
sentry/src/main/java/io/sentry/util/StringUtils.java
@@ -107,7 +107,10 @@ private StringUtils() {}
107
}
108
109
/**
110
- * Calculates the SHA-1 String hash
+ * Calculates the SHA-1 String hash.
111
+ *
112
+ * <p>As of now this is only used to determine the local SDK cache folder name based on the
113
+ * project DSN and has no other cryptographic related use.
114
*
115
* @param str the String
116
* @param logger the Logger
0 commit comments