Skip to content

Commit

Permalink
use _span_processor instead of _otel_exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
the-praxs committed Jan 7, 2025
1 parent 42adc09 commit 4fd051a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ def setup_method(self):
agentops.init(api_key=self.api_key, max_wait_time=50, auto_start_session=False)
self.session = agentops.start_session()
assert self.session is not None # Verify session was created
self.exporter = self.session._otel_exporter
self.exporter = self.session._span_processor

def teardown_method(self):
"""Clean up after each test"""
Expand Down

0 comments on commit 4fd051a

Please sign in to comment.