Skip to content

Commit

Permalink
docs: update sentry plugin readme
Browse files Browse the repository at this point in the history
Include query as query params in the api doc
  • Loading branch information
adrien2p authored Oct 13, 2022
1 parent 38f5f6b commit 5b8e5de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/medusa-plugin-sentry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ This end point allow you to retrieve all your transactions for a given period, h
```markdown
- organisation - The organisation to fetch the transactions from
- project - The project to fetch the transactions from
- query - Equation to filter the result (https://docs.sentry.io/product/sentry-basics/search/)
- statsPeriod - The period from when to fetch the transactions (default: 24h)
- perPage - The number of transaction per page
- cursor - The cursor to send to fetch the transactions for a given page
Expand Down Expand Up @@ -162,6 +163,7 @@ This end point allow you to retrieve all your transaction events for a given per
- transaction - The transaction for which the events must be retrieved (e.g "GET /admin/users")
- organisation - The organisation to fetch the transactions from
- project - The project to fetch the transactions from
- query - Equation to filter the result (https://docs.sentry.io/product/sentry-basics/search/)
- statsPeriod - The period from when to fetch the transactions (default: 24h)
- perPage - The number of transaction per page
- cursor - The cursor to send to fetch the transactions for a given page
Expand Down Expand Up @@ -215,4 +217,4 @@ The output of that query looks like the following
"prev_cursor": "0:0:0",
"next_cursor": "0:100:0"
}
```
```

0 comments on commit 5b8e5de

Please sign in to comment.