Skip to content

Commit bcd6561

Browse files
authored
Apply suggestion from @romtsn
1 parent e14eba4 commit bcd6561

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/platforms/java/common/integrations/spotlight.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ For other dependency managers, check out the [central Maven repository](https://
3232
## Configure
3333

3434
```text {tabTitle:Properties File} {filename:sentry.properties}
35-
enable-spotlight=true
35+
sentry.enable-spotlight=true
3636
# Optional: override the default Spotlight URL (defaults to http://localhost:8969/stream)
37-
spotlight-connection-url=http://localhost:8969/stream
37+
sentry.spotlight-connection-url=http://localhost:8969/stream
3838
```
3939

4040
```java {tabTitle:Java}

0 commit comments

Comments
 (0)