Skip to content

Commit

Permalink
Merge pull request #3 from mocyuto/hotfix-sentry
Browse files Browse the repository at this point in the history
hotfix & bump 0.1.6
  • Loading branch information
mocyuto authored Dec 9, 2021
2 parents d8d7aba + 09b57b3 commit bc90726
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fluent-plugin-raven.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = 'fluent-plugin-raven'
spec.version = '0.1.5'
spec.version = '0.1.6'
spec.authors = ['Yuto Suzuki']
spec.email = ['[email protected]']

Expand Down
4 changes: 2 additions & 2 deletions lib/fluent/plugin/out_raven.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def configure(conf)

Sentry.init do |config|
config.dsn = dsn
config.environment = environment
end
end

Expand All @@ -50,8 +51,7 @@ def write(chunk)
tags: {
logger: 'fluent-sentry-logger',
worker: record['worker'],
tag: tag,
environment: environment
tag: tag
}
end
end
Expand Down

0 comments on commit bc90726

Please sign in to comment.