Skip to content

Commit 334e922

Browse files
committed
Update README
1 parent 06d2801 commit 334e922

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Add the following dependency to your `pom.xml` file:
6060
<dependency>
6161
<groupId>io.apitally</groupId>
6262
<artifactId>apitally</artifactId>
63-
<version>[0.1.0,)</version>
63+
<version>[0.5.0,)</version>
6464
</dependency>
6565
```
6666

@@ -84,16 +84,25 @@ public class Application {
8484
}
8585
```
8686

87-
Then add the following properties to your `application.yml` file:
87+
Then configure Apitally in your `application.yml` file:
8888

8989
```yaml
9090
apitally:
9191
client-id: "your-client-id"
9292
env: "dev" # or "prod" etc.
93+
94+
# Optional: configure request logging and tracing
95+
request-logging:
96+
enabled: true
97+
request-headers-included: true
98+
request-body-included: true
99+
response-body-included: true
100+
log-capture-enabled: true
101+
tracing-enabled: true
93102
```
94103
95104
For further instructions, see our
96-
[setup guide for Spring Boot](https://docs.apitally.io/frameworks/spring-boot).
105+
[setup guide for Spring Boot](https://docs.apitally.io/setup-guides/spring-boot).
97106
98107
## Getting help
99108

0 commit comments

Comments
 (0)