ewolz3
ewolz3
Looking at the provided Flask integration, it does not look like this works when using Flask application factories (https://flask.palletsprojects.com/en/1.1.x/patterns/appfactories/). At the time I initialize the FlaskIntegration library, my app has...
**Describe your environment** Python 3.8 Flask 2.0.3 opentelemetry-propagator-b3 = 1.10.0 opentelemetry-instrumentation-flask = =0.29b0 **Steps to reproduce** Following https://opentelemetry.io/docs/instrumentation/python/getting-started/#configure-your-http-propagator-b3-baggage, set_global_textmap using the B3MultiFormat() rather than the deprecated B3Format. `set_global_textmap(B3MultiFormat())` Make an...
I'm unable to create `pre_` and `post_` call-backs for states that have characters not allowed in function names. For example, a state named "in-progress" would look for a call-back `pre_in-progress`...
### Describe the issue The API reference for LambdaClient (and the Javascript SDK in general) should make it clear that the default behavior is for a new TCP connection to...