Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions docs/platforms/dotnet/common/logs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,24 @@ notSupported:
- dotnet.xamarin
---

<Expandable title="Sentry Agent Skills" copy="Copy Install Command" hideFromMd={true}>

Install Sentry's [agent skills](/ai/agent-skills/) to teach your AI coding assistant how to set up logging in your .NET application.

### Install Skills

```bash {tabTitle: dotagents}
npx @sentry/dotagents add getsentry/sentry-agent-skills --name sentry-setup-logging
```

```bash {tabTitle: npx skills}
npx skills add getsentry/sentry-agent-skills --skill sentry-setup-logging
```

See the [full list of available skills](https://skills.sh/getsentry/sentry-agent-skills) and [installation docs](/ai/agent-skills/) for more details.

</Expandable>

With Sentry Structured Logs, you can send text-based log information from your applications to Sentry. Once in Sentry, these logs can be viewed alongside relevant errors, searched by text-string, or searched using their individual attributes.

## Requirements
Expand Down
18 changes: 18 additions & 0 deletions docs/platforms/dotnet/common/metrics/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ sidebar_section: features
beta: true
---

<Expandable title="Sentry Agent Skills" copy="Copy Install Command" hideFromMd={true}>

Install Sentry's [agent skills](/ai/agent-skills/) to teach your AI coding assistant how to set up metrics in your .NET application.

### Install Skills

```bash {tabTitle: dotagents}
npx @sentry/dotagents add getsentry/sentry-agent-skills --name sentry-setup-metrics
```

```bash {tabTitle: npx skills}
npx skills add getsentry/sentry-agent-skills --skill sentry-setup-metrics
```

See the [full list of available skills](https://skills.sh/getsentry/sentry-agent-skills) and [installation docs](/ai/agent-skills/) for more details.

</Expandable>

<Alert>
This feature is currently in open beta. Please reach out on
[GitHub](https://github.com/getsentry/sentry/discussions/102275) if you have
Expand Down
18 changes: 18 additions & 0 deletions docs/platforms/dotnet/common/tracing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ sidebar_order: 3
sidebar_section: features
---

<Expandable title="Sentry Agent Skills" copy="Copy Install Command" hideFromMd={true}>

Install Sentry’s [agent skills](/ai/agent-skills/) to teach your AI coding assistant how to set up tracing in your .NET application.

### Install Skills

```bash {tabTitle: dotagents}
npx @sentry/dotagents add getsentry/sentry-agent-skills --name sentry-setup-tracing
```

```bash {tabTitle: npx skills}
npx skills add getsentry/sentry-agent-skills --skill sentry-setup-tracing
```

See the [full list of available skills](https://skills.sh/getsentry/sentry-agent-skills) and [installation docs](/ai/agent-skills/) for more details.

</Expandable>

With [tracing](/product/insights/overview/), Sentry tracks your software performance, measuring metrics like throughput and latency, and displaying the impact of errors across multiple systems. Sentry captures distributed traces consisting of transactions and spans, which measure individual services and individual operations within those services. Learn more about our model in [Distributed Tracing](/product/sentry-basics/tracing/distributed-tracing/).

<Alert>
Expand Down
18 changes: 18 additions & 0 deletions docs/platforms/javascript/common/ai-agent-monitoring/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,24 @@ supported:

With <Link to="/ai/monitoring/agents/dashboard/">Sentry AI Agent Monitoring</Link>, you can monitor and debug your AI systems with full-stack context. You'll be able to track key insights like token usage, latency, tool usage, and error rates. AI Agent Monitoring data will be fully connected to your other Sentry data like logs, errors, and traces.

<Expandable title="Sentry Agent Skills" copy="Copy Install Command" hideFromMd={true}>

Install Sentry's [agent skills](/ai/agent-skills/) to teach your AI coding assistant how to set up AI Agent Monitoring in your application.

### Install Skills

```bash {tabTitle: dotagents}
npx @sentry/dotagents add getsentry/sentry-agent-skills --name sentry-setup-ai-monitoring
```

```bash {tabTitle: npx skills}
npx skills add getsentry/sentry-agent-skills --skill sentry-setup-ai-monitoring
```

See the [full list of available skills](https://skills.sh/getsentry/sentry-agent-skills) and [installation docs](/ai/agent-skills/) for more details.

</Expandable>

## Prerequisites

Before setting up AI Agent Monitoring, ensure you have <PlatformLink to="/tracing/">tracing enabled</PlatformLink> in your Sentry configuration.
Expand Down
18 changes: 18 additions & 0 deletions docs/platforms/javascript/common/metrics/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,24 @@ notSupported:
- javascript.capacitor
---

<Expandable title="Sentry Agent Skills" copy="Copy Install Command" hideFromMd={true}>

Install Sentry's [agent skills](/ai/agent-skills/) to teach your AI coding assistant how to set up metrics in your application.

### Install Skills

```bash {tabTitle: dotagents}
npx @sentry/dotagents add getsentry/sentry-agent-skills --name sentry-setup-metrics
```

```bash {tabTitle: npx skills}
npx skills add getsentry/sentry-agent-skills --skill sentry-setup-metrics
```

See the [full list of available skills](https://skills.sh/getsentry/sentry-agent-skills) and [installation docs](/ai/agent-skills/) for more details.

</Expandable>

With [Sentry Metrics](/product/explore/metrics/), you can send counters, gauges, and distributions from your applications to Sentry. Once in Sentry, these metrics can be viewed alongside relevant errors, and searched using their individual attributes.

<Alert>
Expand Down
18 changes: 18 additions & 0 deletions docs/platforms/javascript/common/tracing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ sidebar_order: 6
sidebar_section: features
---

<Expandable title="Sentry Agent Skills" copy="Copy Install Command" hideFromMd={true}>

Install Sentry's [agent skills](/ai/agent-skills/) to teach your AI coding assistant how to set up tracing in your application.

### Install Skills

```bash {tabTitle: dotagents}
npx @sentry/dotagents add getsentry/sentry-agent-skills --name sentry-setup-tracing
```

```bash {tabTitle: npx skills}
npx skills add getsentry/sentry-agent-skills --skill sentry-setup-tracing
```

See the [full list of available skills](https://skills.sh/getsentry/sentry-agent-skills) and [installation docs](/ai/agent-skills/) for more details.

</Expandable>

With [tracing](/product/insights/overview/), Sentry automatically tracks your software performance across your application services, measuring metrics like throughput and latency, and displaying the impact of errors across multiple systems.

<PlatformCategorySection supported={["server", "serverless"]}>
Expand Down
18 changes: 18 additions & 0 deletions docs/platforms/javascript/guides/nextjs/logs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ sidebar_section: features
new: true
---

<Expandable title="Sentry Agent Skills" copy="Copy Install Command" hideFromMd={true}>

Install Sentry's [agent skills](/ai/agent-skills/) to teach your AI coding assistant how to set up logging in your Next.js application.

### Install Skills

```bash {tabTitle: dotagents}
npx @sentry/dotagents add getsentry/sentry-agent-skills --name sentry-setup-logging
```

```bash {tabTitle: npx skills}
npx skills add getsentry/sentry-agent-skills --skill sentry-setup-logging
```

See the [full list of available skills](https://skills.sh/getsentry/sentry-agent-skills) and [installation docs](/ai/agent-skills/) for more details.

</Expandable>

Sentry Logs let you send structured log data from your Next.js application. Unlike traditional string-based logging, structured logs include queryable attributes that help you debug issues faster by filtering on specific users, orders, or any business context you include.

## Setup
Expand Down
18 changes: 18 additions & 0 deletions docs/platforms/javascript/guides/nextjs/tracing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ sidebar_order: 5
sidebar_section: features
---

<Expandable title="Sentry Agent Skills" copy="Copy Install Command" hideFromMd={true}>

Install Sentry's [agent skills](/ai/agent-skills/) to teach your AI coding assistant how to set up tracing in your Next.js application.

### Install Skills

```bash {tabTitle: dotagents}
npx @sentry/dotagents add getsentry/sentry-agent-skills --name sentry-setup-tracing
```

```bash {tabTitle: npx skills}
npx skills add getsentry/sentry-agent-skills --skill sentry-setup-tracing
```

See the [full list of available skills](https://skills.sh/getsentry/sentry-agent-skills) and [installation docs](/ai/agent-skills/) for more details.

</Expandable>

Tracing captures the timing and flow of requests through your Next.js application. Learn more about [tracing](/concepts/key-terms/tracing/) and how Sentry uses traces to track performance across services.

Sentry automatically instruments most operations, but Server Actions require manual setup.
Expand Down
18 changes: 18 additions & 0 deletions docs/platforms/python/integrations/openai-agents/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,24 @@ The support for **OpenAI Agents SDK** is in its beta phase. Please test locally
This integration connects Sentry with the [OpenAI Python SDK](https://openai.github.io/openai-agents-python/).
The integration has been confirmed to work with OpenAI Agents version 0.0.19.

<Expandable title="Sentry Agent Skills" copy="Copy Install Command" hideFromMd={true}>

Install Sentry's [agent skills](/ai/agent-skills/) to teach your AI coding assistant how to set up AI Agent Monitoring in your Python application.

### Install Skills

```bash {tabTitle: dotagents}
npx @sentry/dotagents add getsentry/sentry-agent-skills --name sentry-setup-ai-monitoring
```

```bash {tabTitle: npx skills}
npx skills add getsentry/sentry-agent-skills --skill sentry-setup-ai-monitoring
```

See the [full list of available skills](https://skills.sh/getsentry/sentry-agent-skills) and [installation docs](/ai/agent-skills/) for more details.

</Expandable>

Once you've installed this SDK, you can use [Sentry AI Agents Insights](https://sentry.io/orgredirect/organizations/:orgslug/insights/ai/agents/), a Sentry dashboard that helps you understand what's going on with your AI agents.

Sentry AI Agents monitoring will automatically collect information about agents, tools, prompts, tokens, and models.
Expand Down
18 changes: 18 additions & 0 deletions docs/platforms/python/logs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ sidebar_section: features
new: true
---

<Expandable title="Sentry Agent Skills" copy="Copy Install Command" hideFromMd={true}>

Install Sentry's [agent skills](/ai/agent-skills/) to teach your AI coding assistant how to set up logging in your Python application.

### Install Skills

```bash {tabTitle: dotagents}
npx @sentry/dotagents add getsentry/sentry-agent-skills --name sentry-setup-logging
```

```bash {tabTitle: npx skills}
npx skills add getsentry/sentry-agent-skills --skill sentry-setup-logging
```

See the [full list of available skills](https://skills.sh/getsentry/sentry-agent-skills) and [installation docs](/ai/agent-skills/) for more details.

</Expandable>

With Sentry Structured Logs, you can send text-based log information from your applications to Sentry. Once in Sentry, these logs can be viewed alongside relevant errors, searched by text-string, or searched using their individual attributes.

## Requirements
Expand Down
18 changes: 18 additions & 0 deletions docs/platforms/python/metrics/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ sidebar_section: features
beta: true
---

<Expandable title="Sentry Agent Skills" copy="Copy Install Command" hideFromMd={true}>

Install Sentry's [agent skills](/ai/agent-skills/) to teach your AI coding assistant how to set up metrics in your Python application.

### Install Skills

```bash {tabTitle: dotagents}
npx @sentry/dotagents add getsentry/sentry-agent-skills --name sentry-setup-metrics
```

```bash {tabTitle: npx skills}
npx skills add getsentry/sentry-agent-skills --skill sentry-setup-metrics
```

See the [full list of available skills](https://skills.sh/getsentry/sentry-agent-skills) and [installation docs](/ai/agent-skills/) for more details.

</Expandable>

<Alert>

This feature is currently in open beta. Please reach out on [GitHub](https://github.com/getsentry/sentry/discussions/102275) if you have feedback or questions. Features in beta are still in-progress and may have bugs. We recognize the irony.
Expand Down
18 changes: 18 additions & 0 deletions docs/platforms/python/tracing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ sidebar_order: 6
sidebar_section: features
---

<Expandable title="Sentry Agent Skills" copy="Copy Install Command" hideFromMd={true}>

Install Sentry's [agent skills](/ai/agent-skills/) to teach your AI coding assistant how to set up tracing in your Python application.

### Install Skills

```bash {tabTitle: dotagents}
npx @sentry/dotagents add getsentry/sentry-agent-skills --name sentry-setup-tracing
```

```bash {tabTitle: npx skills}
npx skills add getsentry/sentry-agent-skills --skill sentry-setup-tracing
```

See the [full list of available skills](https://skills.sh/getsentry/sentry-agent-skills) and [installation docs](/ai/agent-skills/) for more details.

</Expandable>

## Prerequisites

* You have the <PlatformLink to="/">Python SDK installed</PlatformLink> (version 0.11.2 or higher)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ description: "Learn how to manually instrument your code to use Sentry's Agents

With <Link to="/ai/monitoring/agents/dashboard/">Sentry AI Agent Monitoring</Link>, you can monitor and debug your AI systems with full-stack context. You'll be able to track key insights like token usage, latency, tool usage, and error rates. AI Agent Monitoring data will be fully connected to your other Sentry data like logs, errors, and traces.

<Expandable title="Sentry Agent Skills" copy="Copy Install Command" hideFromMd={true}>

Install Sentry's [agent skills](/ai/agent-skills/) to teach your AI coding assistant how to set up AI Agent Monitoring in your Python application.

### Install Skills

```bash {tabTitle: dotagents}
npx @sentry/dotagents add getsentry/sentry-agent-skills --name sentry-setup-ai-monitoring
```

```bash {tabTitle: npx skills}
npx skills add getsentry/sentry-agent-skills --skill sentry-setup-ai-monitoring
```

See the [full list of available skills](https://skills.sh/getsentry/sentry-agent-skills) and [installation docs](/ai/agent-skills/) for more details.

</Expandable>

As a prerequisite to setting up AI Agent Monitoring with Python, you'll need to first <PlatformLink to="/tracing/">set up tracing</PlatformLink>. Once this is done, the Python SDK will automatically instrument AI agents created with supported libraries. If that doesn't fit your use case, you can use custom instrumentation described below.

## Automatic Instrumentation
Expand Down
18 changes: 18 additions & 0 deletions docs/platforms/ruby/common/metrics/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ sidebar_section: features
beta: true
---

<Expandable title="Sentry Agent Skills" copy="Copy Install Command" hideFromMd={true}>

Install Sentry's [agent skills](/ai/agent-skills/) to teach your AI coding assistant how to set up metrics in your Ruby application.

### Install Skills

```bash {tabTitle: dotagents}
npx @sentry/dotagents add getsentry/sentry-agent-skills --name sentry-setup-metrics
```

```bash {tabTitle: npx skills}
npx skills add getsentry/sentry-agent-skills --skill sentry-setup-metrics
```

See the [full list of available skills](https://skills.sh/getsentry/sentry-agent-skills) and [installation docs](/ai/agent-skills/) for more details.

</Expandable>

<Alert>

This feature is currently in open beta. Please reach out on [GitHub](https://github.com/getsentry/sentry/discussions/102275) if you have feedback or questions. Features in beta are still in-progress and may have bugs. We recognize the irony.
Expand Down
18 changes: 18 additions & 0 deletions docs/platforms/ruby/common/tracing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ sidebar_order: 6
sidebar_section: features
---

<Expandable title="Sentry Agent Skills" copy="Copy Install Command" hideFromMd={true}>

Install Sentry’s [agent skills](/ai/agent-skills/) to teach your AI coding assistant how to set up tracing in your Ruby application.

### Install Skills

```bash {tabTitle: dotagents}
npx @sentry/dotagents add getsentry/sentry-agent-skills --name sentry-setup-tracing
```

```bash {tabTitle: npx skills}
npx skills add getsentry/sentry-agent-skills --skill sentry-setup-tracing
```

See the [full list of available skills](https://skills.sh/getsentry/sentry-agent-skills) and [installation docs](/ai/agent-skills/) for more details.

</Expandable>

With [tracing](/product/insights/overview/), Sentry tracks your software performance, measuring metrics like throughput and latency, and displaying the impact of errors across multiple systems. Sentry captures distributed traces consisting of transactions and spans, which measure individual services and individual operations within those services. Learn more about our model in [Distributed Tracing](/product/sentry-basics/tracing/distributed-tracing/).

<Alert>
Expand Down
18 changes: 18 additions & 0 deletions docs/platforms/ruby/logs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ sidebar_section: features
new: true
---

<Expandable title="Sentry Agent Skills" copy="Copy Install Command" hideFromMd={true}>

Install Sentry's [agent skills](/ai/agent-skills/) to teach your AI coding assistant how to set up logging in your Ruby application.

### Install Skills

```bash {tabTitle: dotagents}
npx @sentry/dotagents add getsentry/sentry-agent-skills --name sentry-setup-logging
```

```bash {tabTitle: npx skills}
npx skills add getsentry/sentry-agent-skills --skill sentry-setup-logging
```

See the [full list of available skills](https://skills.sh/getsentry/sentry-agent-skills) and [installation docs](/ai/agent-skills/) for more details.

</Expandable>

With Sentry Structured Logs, you can send text-based log information from your applications to Sentry. Once in Sentry, these logs can be viewed alongside relevant errors, searched by text-string, or searched using their individual attributes.

## Requirements
Expand Down
Loading
Loading