Sentry Log Listener

Table of contents

Description

Opens up a service that listens to OSGi log messages and writes them to sentry (https://www.getsentry.com/).

Responsible Person

Status

Status

Ready for Use

Possible Values: Ready for Use, In Development, Plannend, Broken

DevelopmentStatus

Source Code

Project: https://github.com/soziotech/CommunityMashup/tree/master/util/SentryLogListener

Tracking

0%

Planned Todos

0%

Bugs

0%

Feature Request

Used Libraries

Name

Version

License

Usage

Link

Jackson-core1.6.0Apache Licence 2.0Compiledhttp://jackson.codehaus.org/
Guava15.0Apache Licence 2.0Compiledhttp://code.google.com/p/guava-libraries/
Raven4.1

Copyright (c) 2012 Ken Cochrane, Individual license

Compiledhttps://github.com/kencochrane/raven-java
SLF4J-api1.7.5MIT LicenseCompiledhttp://www.slf4j.org
SLF4J-jdk1.7.5MIT LicenseCompiledhttp://www.slf4j.org

Possible Usage Values: Compiled, Source, Extended Source, Modified Source

LibraryUsage

Configuration

The following parameters are Java VM parameters.

Key

Description

Possible Values

Default

Required (Yes/No)

org.sociotech.communitymashup.configuration.log.sentry.level

The minimum log level for a log message to be sent to sentry.The OSGi Log levels: ERROR, WARNING, INFO, DEBUGERRORNo

org.sociotech.communitymashup.configuration.log.sentry.dsn

The Data Source Name (DSN) from your sentry project.Url-Yes

Example:

-Dorg.sociotech.communitymashup.configuration.log.sentry.dsn=https://96f...:fe13...@app.getsentry.com/141...
-Dorg.sociotech.communitymashup.configuration.log.sentry.level=WARNING