- {tct( - 'Fiddlesticks. Auto instrumentation of AI Agents is not available for your [platform] project. ', - { - platform: currentPlatform?.name || project.slug, - } - )} -
-
- {tct(
- 'However, you can still manually instrument your agents using the Sentry SDK tracing API. See [link:custom instrumentation docs] for details.',
- {
- link: (
-
- {tct( - "The agent monitoring onboarding checklist isn't available for your [project] project yet, but you can still set up the Sentry SDK to start monitoring your AI agents.", - {project: project.slug} - )} -
-+ {tct( + 'Fiddlesticks. Auto instrumentation of AI Agents is not available for your [platform] project.', + { + platform: platformName, + } + )} +
+
+ {tct(
+ 'You can [link:manually instrument] your agents using the Sentry SDK tracing API, or use an AI coding agent to do it for you.',
+ {
+ link: (
+
+ {tct( + "The agent monitoring onboarding checklist isn't available for your [project] project yet.", + {project: project.slug} + )} +
+
+ {tct(
+ 'You can set up the Sentry SDK by following our [link:documentation], or use an AI coding agent to do it for you.',
+ {
+ link: (
+