No commit activity in last 3 years
No release in over 3 years
Fluentd input plugin that receive exceptions from the Sentry clients(Raven).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10.0
~> 3.0, ~> 3.1

Runtime

>= 0.10.55
>= 1.4
 Project Readme

fluent-plugin-sentry-http

fluentd input plugin that receive exceptions from Sentry Clients.

Build Status Code Climate

Installation

Install with gem or fluent-gem command as:

# for fluentd
$ gem install fluent-plugin-sentry-http

# for td-agent
$ sudo /usr/lib64/fluent/ruby/bin/fluent-gem install fluent-plugin-sentry-http

Component

SentryHttpInput

Plugin to accept exception input from Sentry Clients.

Configuration

<source>
  type sentry_http
  port 8888
  bind 0.0.0.0
  <project 999>
    tag sentry.egg
    key aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
    secret bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
  </project>
</source>

Copyright

  • Copyright
    • Copyright(C) 2015- IKUTA Masahito (cooldaemon)
  • License
    • Apache License, Version 2.0