Skip to content

Commit ef4b5d4

Browse files
joergiAJ
authored andcommitted
fix: Link to DSN config option (#2199)
1 parent 818bd7e commit ef4b5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/java/guides/spring/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public HandlerExceptionResolver sentryExceptionResolver() {
4949
}
5050
```
5151

52-
Next, **you’ll need to configure your DSN** (client key) and optionally other values such as `environment` and `release`. [See the configuration page](config/#setting-the-dsn) for ways you can do this.
52+
Next, **you’ll need to configure your DSN** (client key) and optionally other values such as `environment` and `release`. [See the configuration page](configuration/options/#setting-the-dsn) for ways you can do this.
5353

5454
#### Spring Boot HTTP Data
5555

0 commit comments

Comments
 (0)