sentry-extension
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.lucee</groupId>
<artifactId>sentry-extension</artifactId>
<version>5.6.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.lucee</groupId>
<artifactId>sentry-extension</artifactId>
<version>5.6.0.1</version>
<packaging>pom</packaging>
<name>Sentry Extension</name>
<description>Adds a Log4j2 Sentry appender to Lucee Server for real-time error tracking and monitoring. Automatically captures and reports application errors, exceptions, and log events to Sentry for centralized debugging and alerting.</description>
<url>https://github.com/lucee/extension-sentry</url>
<licenses>
<license>
<name>The GNU Lesser General Public License, Version 2.1</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>micstriit</id>
<name>Michael Offner</name>
<email>michael@lucee.org</email>
<organization>Lucee Association Switzerland</organization>
<organizationUrl>http://lucee.org</organizationUrl>
<roles>
<role>Project-Administrator</role>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/lucee/extension-sentry.git</connection>
<developerConnection>scm:git:git@github.com:lucee/extension-sentry.git</developerConnection>
<tag>5.6.0.1</tag>
<url>https://github.com/lucee/extension-sentry</url>
</scm>
<properties>
<buildDate>2026-06-15 20:00:12</buildDate>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>
<releaseType>server</releaseType>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<id>83062C18-FA1F-4647-815BB663BCF98AC0</id>
<desclog4j>A Log4j2 Appender that send the data to Sentry (Error Tracking Service) or a File (Resource) depending on a Log level.</desclog4j>
<image>https://raw.githubusercontent.com/lucee/extension-sentry/master/source/images/logo.png</image>
<classlog4j>org.lucee.extension.sentry.log.log4j.SentryAppenderLog4j2</classlog4j>
<labellog4j>Sentry / Resource for Log4j2</labellog4j>
<maven.compiler.source>11</maven.compiler.source>
<label>Sentry Appender Extension</label>
<snapshot.url>https://oss.sonatype.org/content/repositories/snapshots/</snapshot.url>
<release.url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</release.url>
<bundlename>org.lucee.sentry.extension</bundlename>
<luceeCoreVersion>5.3.9.0</luceeCoreVersion>
<maven.compiler.target>11</maven.compiler.target>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.8.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>