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 d08da1b commit 1007e5bCopy full SHA for 1007e5b
sentry/src/main/java/io/sentry/SentryOptions.java
@@ -541,9 +541,9 @@ public void addIntegration(@NotNull Integration integration) {
541
}
542
543
/**
544
- * Evaluates and parses the DSN. May throw an exception if the DSN is invalid.
545
- * Renamed from `getParsedDsn` as this would cause an error when deploying as WAR to
546
- * Tomcat due to `JNDI` property binding.
+ * Evaluates and parses the DSN. May throw an exception if the DSN is invalid. Renamed from
+ * `getParsedDsn` as this would cause an error when deploying as WAR to Tomcat due to `JNDI`
+ * property binding.
547
*
548
* @return the parsed DSN or throws if dsn is invalid
549
*/
0 commit comments