Skip to content

Commit 647b874

Browse files
tox
1 parent 988d42a commit 647b874

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

  • instrumentation/opentelemetry-instrumentation-structlog/src/opentelemetry/instrumentation/structlog

instrumentation/opentelemetry-instrumentation-structlog/src/opentelemetry/instrumentation/structlog/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ def _patched_configure(*args, **kwargs):
330330
original = StructlogInstrumentor._original_configure
331331
if original is not None:
332332
return original(*args, **kwargs)
333+
return None
333334

334335
structlog.configure = _patched_configure
335336

uv.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)