You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add project premium status check in V3Client authentication response and Warn for free plan (#1152)
* Add project premium status check in V3Client authentication response
* Refactor logging levels in instrumentation module to use debug instead of info for detailed internal state messages
# This log is important for users to know why something wasn't instrumented.
491
-
logger.info(
491
+
logger.debug(
492
492
f"AgentOps: Package '{loader.package_nameorloader.module_name}' not found or version is less than minimum required ('{loader.min_version}'). Skipping instrumentation."
0 commit comments