Skip to content

Commit c0988c5

Browse files
committed
wip
1 parent ec2ac16 commit c0988c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-ruby/lib/sentry/backtrace.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def self.source_location(backtrace_cleaner)
3535
cache = line_cache.fetch_or_store(backtrace_cleaner.__id__) { Concurrent::Map.new }
3636

3737
Thread.each_caller_location do |location|
38-
frame_key = [location.absolute_path, location.lineno].freeze
38+
frame_key = [location.absolute_path, location.lineno]
3939
cached_value = cache[frame_key]
4040

4141
next if cached_value == :skip

0 commit comments

Comments
 (0)