spec/elastic_apm/transport/serializers/error_serializer_spec.rb [35:45]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            result = subject.build(error).fetch(:error)

            expect(result).to include(
              id: be_a(String),
              culprit: be_a(String),
              timestamp: 694_224_000_000_000,
              parent_id: nil,
              trace_id: nil,
              transaction_id: nil,
              transaction: nil
            )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/elastic_apm/transport/serializers/error_serializer_spec.rb [62:72]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
              result = subject.build(error).fetch(:error)

              expect(result).to include(
                id: be_a(String),
                culprit: be_a(String),
                timestamp: 694_224_000_000_000,
                parent_id: nil,
                trace_id: nil,
                transaction_id: nil,
                transaction: nil
              )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



