Skip to content

Commit

Permalink
fix wrong option message (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
SHinGo-Koba authored Jan 4, 2023
1 parent 3cbfc89 commit 4f292fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rollbar/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def transform=(*handler)
def send_extra_frame_data=(value)
unless SEND_EXTRA_FRAME_DATA_OPTIONS.include?(value)
logger.warning(
"Wrong 'send_extra_frame_data' value, :none, :app or :full is expected"
"Wrong 'send_extra_frame_data' value, :none, :app or :all is expected"
)

return
Expand Down

0 comments on commit 4f292fa

Please sign in to comment.