We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39cc004 commit 4af9fd5Copy full SHA for 4af9fd5
sentry_sdk/integrations/openai.py
@@ -34,7 +34,7 @@ def count_tokens(s):
34
logger.info(
35
"The Sentry Python SDK requires 'tiktoken' in order to measure token usage from some OpenAI APIs"
36
"Please install 'tiktoken' if you aren't receiving token usage in Sentry."
37
- "See https://docs.sentry.io/platforms/python/guides/openai/ for more information."
+ "See https://docs.sentry.io/platforms/python/integrations/openai/ for more information."
38
)
39
40
def count_tokens(s):
0 commit comments