馃敀[private user] Here is how I currently set up my instrumentation:
from openinference.instrumentation.anthropic import AnthropicInstrumentor
tracer_provider = register(space_id=os.getenv("ARIZE_SPACE_ID"),
api_key=os.getenv("ARIZE_API_KEY"),
project_name=project_name)
AnthropicInstrumentor().instrument(tracer_provider=tracer_provider)Is this inline with documentation recommendations?