Skip to content

Commit

Permalink
feat(medusa-plugin-sentry): Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p committed Oct 12, 2022
1 parent 385dd36 commit 1d424cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/medusa-plugin-sentry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ First of all, you need to install the plugin as follow
Then, go to your `medusa-config.js` file and in the plugins collection property add the following at the beginning to be registered first
```javascript
{
resolve: `@medusa-plugins/medusa-plugin-sentry`,
resolve: `medusa-plugin-sentry`,
options: {
dsn: "__YOUR_DSN__",
apiToken: "__YOUR_API_TOKEN__",
Expand Down

0 comments on commit 1d424cf

Please sign in to comment.