You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/11/09 02:16:58 UTC

[skywalking-java] branch main updated: Fix wrong dependency in doc for IgnoredException (#69)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-java.git


The following commit(s) were added to refs/heads/main by this push:
     new 4376150  Fix wrong dependency in doc for IgnoredException (#69)
4376150 is described below

commit 4376150f6b45874450d4a563adc8549eae62ffc7
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Nov 9 10:16:51 2021 +0800

    Fix wrong dependency in doc for IgnoredException (#69)
---
 docs/en/setup/service-agent/java-agent/How-to-tolerate-exceptions.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/setup/service-agent/java-agent/How-to-tolerate-exceptions.md b/docs/en/setup/service-agent/java-agent/How-to-tolerate-exceptions.md
index 9d64770..142d286 100644
--- a/docs/en/setup/service-agent/java-agent/How-to-tolerate-exceptions.md
+++ b/docs/en/setup/service-agent/java-agent/How-to-tolerate-exceptions.md
@@ -60,7 +60,7 @@ If an exception has the `@IgnoredException` annotation, the exception wouldn't b
 ```xml
    <dependency>
       <groupId>org.apache.skywalking</groupId>
-      <artifactId>apm-toolkit-log4j-1.x</artifactId>
+      <artifactId>apm-toolkit-trace</artifactId>
       <version>{project.release.version}</version>
    </dependency>
 ```