is not current version
Last Version 6.1.4

io.sentry:sentry-log4j2 1.7.3

log4j2 appender allowing to send logs to the Sentry-Java client.

GroupId

GroupId

io.sentry
ArtifactId

ArtifactId

sentry-log4j2
Version

Version

1.7.3
Type

Type

jar

Download sentry-log4j2 1.7.3


<!-- https://jarcasting.com/artifacts/io.sentry/sentry-log4j2/ -->
<dependency>
    <groupId>io.sentry</groupId>
    <artifactId>sentry-log4j2</artifactId>
    <version>1.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.sentry/sentry-log4j2/
implementation 'io.sentry:sentry-log4j2:1.7.3'
// https://jarcasting.com/artifacts/io.sentry/sentry-log4j2/
implementation ("io.sentry:sentry-log4j2:1.7.3")
'io.sentry:sentry-log4j2:jar:1.7.3'
<dependency org="io.sentry" name="sentry-log4j2" rev="1.7.3">
  <artifact name="sentry-log4j2" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sentry', module='sentry-log4j2', version='1.7.3')
)
libraryDependencies += "io.sentry" % "sentry-log4j2" % "1.7.3"
[io.sentry/sentry-log4j2 "1.7.3"]