Skip to content

Commit 12131fc

Browse files
authored
Merge pull request #1 from MStruntze/patch-1
Corrected spelling in arg name causing invalid use in func context
2 parents ca60743 + e3e933e commit 12131fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/includes/modules/sentry.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ end
955955
-- @within Transactions
956956
-- @usage sentry.ExtraContext({ numplayers = 23 })
957957
-- @param tags A table of arbitrary data to send to Sentry
958-
function ExtraContext(exta)
958+
function ExtraContext(extra)
959959
MergeContext({ extra = extra });
960960
end
961961

0 commit comments

Comments
 (0)