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 49bb57e commit 7666dd5Copy full SHA for 7666dd5
sentry-ruby/lib/sentry/log_event.rb
@@ -31,7 +31,7 @@ class LogEvent < Event
31
32
LEVELS = %i[trace debug info warn error fatal].freeze
33
34
- attr_accessor :level, :body, :template, :attributes, :trace_id
+ attr_accessor :level, :body, :template, :attributes
35
36
def initialize(configuration: Sentry.configuration, **options)
37
super(configuration: configuration)
0 commit comments