Commit 486f6b8
committed
fix: use disabled_integrations to exclude StdlibIntegration
StdlibIntegration in sentry-sdk 2.x doesn't accept
subprocess_instrumentation as a parameter. Use disabled_integrations
instead, which also avoids httplib patching overhead.1 parent 377083a commit 486f6b8
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments