Skip to content

Commit 7666dd5

Browse files
committed
Remove unused reader
1 parent 49bb57e commit 7666dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-ruby/lib/sentry/log_event.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class LogEvent < Event
3131

3232
LEVELS = %i[trace debug info warn error fatal].freeze
3333

34-
attr_accessor :level, :body, :template, :attributes, :trace_id
34+
attr_accessor :level, :body, :template, :attributes
3535

3636
def initialize(configuration: Sentry.configuration, **options)
3737
super(configuration: configuration)

0 commit comments

Comments
 (0)