Skip to content

Commit

Permalink
serializer must handle TraceSegment
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Sep 18, 2023
1 parent 0eede7c commit a4be724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sig/datadog/ci/serializers/base.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ module Datadog
module CI
module Serializers
class Base
attr_reader trace: Datadog::Tracing::TraceOperation
attr_reader trace: Datadog::Tracing::TraceSegment

def initialize: (Datadog::Tracing::TraceOperation trace) -> void
def initialize: (Datadog::Tracing::TraceSegment trace) -> void

def to_json: () -> nil

Expand Down

0 comments on commit a4be724

Please sign in to comment.