Skip to content

Commit ae056bb

Browse files
Update README.md
1 parent f0687bd commit ae056bb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

traceo-sdk/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Table of available options in `TraceoClientBuilder`:
4949

5050
Incidents are all the exceptions and other problems that occur in your application. After each exception occurs, the Traceo SDK catches the exception and sends it to the Traceo Platform. To catch an exception and send it to the Traceo platform, use the static `catchException()` method from the `TraceoClient` class.
5151

52-
```
52+
```java
5353
try {
5454
// your code
5555
} catch (ArrayIndexOutOfBoundsException exception) {
@@ -86,7 +86,7 @@ Available logger methods:
8686

8787
**TIP:** Remember to init `TraceoClient` before using `TraceoLogger`.
8888
### More
89-
This package is also required to integration with `OpenTelemetry for Java`. Full implementation guide can be found [here]().
89+
This package is also required to integration with `OpenTelemetry for Java`. Full implementation guide can be found [here](https://github.com/traceo-dev/traceo-java/blob/master/traceo-sdk-opentelemetry/README.md).
9090

9191
## Support
92-
Feel free to create Issues, Pull Request and Discussion. If you want to contact with the developer working on this package click [here](mailto:piotr.szewczyk.software@gmail.com).
92+
Feel free to create Issues, Pull Request and Discussion. If you want to contact with the developer working on this package click [here](mailto:piotr.szewczyk.software@gmail.com).

0 commit comments

Comments
 (0)