Skip to content

fix: use activate() instead of non-existent patch_all()#509

Open
dumko2001 wants to merge 1 commit intovivekchand:mainfrom
dumko2001:fix-004
Open

fix: use activate() instead of non-existent patch_all()#509
dumko2001 wants to merge 1 commit intovivekchand:mainfrom
dumko2001:fix-004

Conversation

@dumko2001
Copy link
Copy Markdown
Contributor

Summary

Fix import error - track.py imports non-existent patch_all() instead of activate().

Changes

  • Change from opentelemetry import patch_all to from opentelemetry import activate
  • Update the import statement to use correct API

Testing

tests/test_track.py - verifies import works correctly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant