No release in over a year
A fluent output plugin which integrated with sentry-ruby sdk.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.17.2
~> 12.3.3
~> 3.2.9

Runtime

>= 0.14.10, < 2
 Project Readme

fluent-plugin-sentry

Fluentd output plugin to do something.

A fluent output plugin which integrated with sentry-ruby sdk

Installation

RubyGems

$ gem install fluent-plugin-sentry

Bundler

Add following line to your Gemfile:

gem "fluent-plugin-sentry"

And then execute:

$ bundle

Configuration

Fluent::Plugin::SentryOutput

dsn (string) (required)

title (string) (optional)

Default value: test.

level (enum) (optional)

Available values: fatal, error, warning, info, debug

Default value: info.

environment (string) (optional)

Default value: local.

type (enum) (optional)

Available values: event, exception

Default value: event.

user_keys (array) (optional)

Default value: [].

tag_keys (array) (optional)

Default value: [].

keys (array) (optional)

Default value: [].

lang (string) (optional)

Default value: php.

Copyright

  • Copyright(c) 2021 mengino
  • License
    • Apache License, Version 2.0