docs: added sentry guide (#12744)

* docs: added sentry guide

* added error capturing

* generate
This commit is contained in:
Shahed Nasser
2025-06-24 12:05:37 +03:00
committed by GitHub
parent 85bc396e03
commit 474e97c9be
13 changed files with 916 additions and 17 deletions
@@ -158,6 +158,46 @@ Learn how to integrate a third-party fulfillment provider in the [Create Fulfill
---
## Instrumentation
Integrate a third-party service to monitor performance, errors, and other metrics in your Medusa application.
<CardList
items={[
{
href: "/integrations/guides/sentry",
title: "Sentry",
badge: {
variant: "blue",
children: "Tutorial"
}
}
]}
className="mb-1"
/>
---
## Migration
Migrate data from another ecommerce platform to Medusa.
<CardList
items={[
{
href: "/integrations/guides/magento",
title: "Magento",
badge: {
variant: "blue",
children: "Tutorial"
}
}
]}
className="mb-1"
/>
---
## Notification
A Notification Module Provider sends messages to users and customers in your Medusa application using a third-party service.