diff --git a/sentry-ruby/lib/sentry/log_event.rb b/sentry-ruby/lib/sentry/log_event.rb index 83b280320..a30a2f59c 100644 --- a/sentry-ruby/lib/sentry/log_event.rb +++ b/sentry-ruby/lib/sentry/log_event.rb @@ -42,7 +42,7 @@ class LogEvent attr_accessor :level, :body, :template, :attributes, :user - attr_reader :configuration, *SERIALIZEABLE_ATTRIBUTES + attr_reader :configuration, *(SERIALIZEABLE_ATTRIBUTES - %i[level body attributes]) SERIALIZERS = %i[ attributes