Skip to content

A fluent output plugin which integrated with sentry-ruby sdk

License

Notifications You must be signed in to change notification settings

mengino/fluent-plugin-sentry

Repository files navigation

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

About

A fluent output plugin which integrated with sentry-ruby sdk

Resources

License

Stars

Watchers

Forks

Packages

No packages published