emilkholod

Results 2 issues of emilkholod

If we will generate SDL schema then we get: ``` """Desc 1""" type Object1 @key(fields: "field1") { """Desc field 1""" field1: DateTime """Desc field 2""" field2: ID """Desc field 3"""...

## Description In [`_WSGIApplicationIterable.__iter__`](https://github.com/newrelic/newrelic-python-agent/blob/v9.13.0/newrelic/api/wsgi_application.py#L39-L62): ```python def __iter__(self): self.start_trace() try: for item in self.generator: try: self.transaction._calls_yield += 1 self.transaction._bytes_sent += len(item) except Exception: pass yield item except GeneratorExit: raise except: #...

bug