Santiago Aguiar
Santiago Aguiar
### Which version of dd-trace-py are you using? 1.4.1 through `datadog-lambda-python` (https://github.com/DataDog/datadog-lambda-python/blob/main/poetry.lock#L111) ### Which version of pip are you using? What's used to build `arn:aws:lambda:us-east-1:464622532012:layer:Datadog-Python38:62` layer. ### Which version of...
It seems that now to handle errors during logging we need to define an [`onError`](https://github.com/mirkokiefer/bunyan-cloudwatch/blob/d92c2fdb15905c7ebb6be07c63f5a5663c33b502/index.js#L88) function for the stream object. IMO, it should provide a default `onError` function that swallow...
When having code that is shared with the browser, it would be great if we could have a browser specific entry point that just returned the `window.XMLHttpRequest` object. Both browserify...