ca-simone-chiorazzo

Results 17 comments of ca-simone-chiorazzo

We're also interested in Datadog support. Is there any update on this?

@abusi Do you have an ETA for the V2 version containing this feature? We are evaluating it and we would use something of maintained because used in production. Unfortunately, graphene...

@abusi Thank you for the clarification!

That override was introduced to mitigate the fact that psycopg < 2.5 were not supporting context managers. From https://ddtrace.readthedocs.io/en/stable/ looks like that has been already deprecated, so this change should...

@brettlangdon Yes looks like something is changed with the change that I'm proposing. Is not really clear to me if the tests are based on snapshots that have been registered...

I close this PR since there are unexpected side effects and the issue that we're facing was not related to this change.

@adamjmcgrath Nope, I was referring to passing the client session directly to the `Auth0` client and not on individual services

@adamjmcgrath It would be great to have something like: ```python session = aiohttp.ClientSession() auth0_client = Auth0(domain='a-domain', token='a-token', http_session=session) ``` in order to be able to continue leverage the `Auth0` object.

Hi @brettlangdon , it would be great if you could give a look at this PR since it would allow us to build the Datadog dashboard that we would like...

> @ca-simone-chiorazzo This will need a release note, thanks! Sorry @majorgreys, is there a guide on how to add a release note for the PR? Thanks!