We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5ae01 commit 1655a04Copy full SHA for 1655a04
lib/honeybadger/backtrace.rb
@@ -7,6 +7,7 @@ class Backtrace
7
# Handles backtrace parsing line by line.
8
class Line
9
# Backtrace line regexp (optionally allowing leading X: for windows support).
10
+ # Capture quoted strings either with leading backtick (pre Ruby 3.4) or single quote.
11
INPUT_FORMAT = %r{^((?:[a-zA-Z]:)?[^:]+):(\d+)(?::in (?:`|')([^']+)')?$}.freeze
12
13
# The file portion of the line (such as app/models/user.rb).
0 commit comments