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