-
Hi guys,
Thanks for this great package.
I found an issue when using IPython: monkey patching just hangs.
It works fine when I use regular python. It only hangs with IPython.
The traceback afte…
-
This could be considered a bug, poorly documented behavior or just fragility of monkey patching.
```python
import falcon
# in app.py or something
class MyApp(falcon.App):
...
# in main…
-
### Which component is this feature for?
LangChain Azure OpenAI Instrumentation, But ideally for all component.
### 🔖 Feature description
Similar to what we are doing for https://www.traceloo…
-
eventlet version: 0.30.1
sentry_sdk version: 0.20.3
greenlet version: 1.0.0
After running this code I won't get any sentry messages. If I comment monkey_patch. Then all works. I couldn't find any…
-
The `--exclusion` option works in Radarr, but is not working in Sonarr.
-
### Problem
The old `{runtime}/provider/*` pattern should be deprecated because:
- Since Lua was introduced, it's now unnecessary because Lua monkey-patching works just as well.
- Lua monkey-pa…
-
I have created a new Postgresql Gush::Client. It is API-compatible with the Redis client.
I have monkey-patched the client since Gush doesn't allow client replacement in our app.
We are still testin…
-
`ActiveRecord` 7.1 introduced async query methods[^1], which leverages concurrency primitives via `Promise` API to defer executing queries.
We would like to enrich `ActiveRecord` related spans to kn…
-
We get multiple errors in our app using `useSigV4Client`
The error is `Refused to set unsafe header "host"` on every request.
It stems from this line of code:
https://github.com/aws/aws-north…
-
### Brief description
When sending a request over DoIP using functional addressing, the DoIP source addesses of the ECU responses will be different from the target address of the preceding request,…