docs: added sentry guide (#12744)
* docs: added sentry guide * added error capturing * generate
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user