Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
format
  • Loading branch information
lbloder committed Nov 11, 2024
commit 1007e5bdb5cb7665ae48d11c77a2d6eeab55b41f
6 changes: 3 additions & 3 deletions sentry/src/main/java/io/sentry/SentryOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -541,9 +541,9 @@ public void addIntegration(@NotNull Integration integration) {
}

/**
* 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.
* 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.
*
* @return the parsed DSN or throws if dsn is invalid
*/
Expand Down
Loading