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 ec2ac16 commit c0988c5Copy full SHA for c0988c5
sentry-ruby/lib/sentry/backtrace.rb
@@ -35,7 +35,7 @@ def self.source_location(backtrace_cleaner)
35
cache = line_cache.fetch_or_store(backtrace_cleaner.__id__) { Concurrent::Map.new }
36
37
Thread.each_caller_location do |location|
38
- frame_key = [location.absolute_path, location.lineno].freeze
+ frame_key = [location.absolute_path, location.lineno]
39
cached_value = cache[frame_key]
40
41
next if cached_value == :skip
0 commit comments