Skip to content

Commit

Permalink
Add release as an optional field
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Nov 4, 2020
1 parent 472aa10 commit 9bd5842
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion raven/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ function _M.new(conf)
logger = conf.logger or "root",
tags = conf.tags or nil,
extra = conf.extra or nil,
environment = conf.environment or nil
environment = conf.environment or nil,
release = conf.release or nil
}

return setmetatable(obj, raven_mt)
Expand Down

0 comments on commit 9bd5842

Please sign in to comment.