We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf0afbc commit 40e4603Copy full SHA for 40e4603
1 file changed
lib/solid_errors/subscriber.rb
@@ -43,7 +43,7 @@ def report(error, handled:, severity:, context:, source: nil)
43
44
SolidErrors::Occurrence.create(
45
error_id: record.id,
46
- backtrace: error.backtrace&.join("\n"),
+ backtrace: backtrace&.join("\n"),
47
context: s(context)
48
)
49
end
0 commit comments