{"id":34903896,"url":"https://github.com/mocyuto/fluent-plugin-raven","last_synced_at":"2025-12-26T09:19:18.159Z","repository":{"id":36786158,"uuid":"230259669","full_name":"mocyuto/fluent-plugin-raven","owner":"mocyuto","description":"fluent plugin for sentry","archived":false,"fork":false,"pushed_at":"2023-06-15T01:15:47.000Z","size":26,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-23T17:12:10.022Z","etag":null,"topics":["fluentd","fluentd-plugin","sentry"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mocyuto.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-26T12:22:01.000Z","updated_at":"2023-06-14T11:29:57.000Z","dependencies_parsed_at":"2022-08-20T11:50:52.167Z","dependency_job_id":null,"html_url":"https://github.com/mocyuto/fluent-plugin-raven","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/mocyuto/fluent-plugin-raven","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mocyuto%2Ffluent-plugin-raven","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mocyuto%2Ffluent-plugin-raven/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mocyuto%2Ffluent-plugin-raven/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mocyuto%2Ffluent-plugin-raven/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mocyuto","download_url":"https://codeload.github.com/mocyuto/fluent-plugin-raven/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mocyuto%2Ffluent-plugin-raven/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28051013,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-26T02:00:06.189Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fluentd","fluentd-plugin","sentry"],"created_at":"2025-12-26T09:19:12.258Z","updated_at":"2025-12-26T09:19:18.152Z","avatar_url":"https://github.com/mocyuto.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fluent-plugin-raven\n\n[Fluentd](https://fluentd.org/) output plugin for [Sentry](https://sentry.io/welcome/).\n\n\n## Installation\n\n```\n$ gem install fluent-plugin-raven\n```\n\n\n## Configuration\n\n### Tag\n\nIf `tag` is specified as bufferd chunk key, it send as tag for Sentry.\n\n### config params\n\n- `dsn` (required): DSN KEY shown at setting page\n- `environment` : set environment. default values is `development`\n- `logger_level` : set log level of the Sentry logger. default value is `info`\n- `default_level`: set default log level for Sentry. default value is `error`\n\n### record keys\n\n- `message` (required): message body for sentry as events. A record will be filtered if `message` isn't set, because Sentry identify issues by `message` value. \n- `level`: log level for Sentry as events.\n\n\n### Example\n\n```aconf\n\u003cmatch **\u003e\n  @type        raven\n  dsn          https://12345678@sentry.io/123456\n  logger_level warn\n  environment  development\n  \u003cbuffer tag\u003e\n    @type file\n    path  fluentd/log/error.*.buffer\n    timekey 5m\n    timekey_wait 1m\n    flush_interval 1s\n  \u003c/buffer\u003e\n\u003c/match\u003e\n```\n\n## Development\n\n```\nbundle install\nbundle exec fluentd -c example/fluentd.conf\n```\n\n## Copyright\n\n* Copyright(c) 2019- Yuto Suzuki\n* License\n  * Apache License, Version 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmocyuto%2Ffluent-plugin-raven","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmocyuto%2Ffluent-plugin-raven","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmocyuto%2Ffluent-plugin-raven/lists"}