Skip to content

Commit

Permalink
Added description for transaction_style for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
vivianyentran authored May 7, 2024
1 parent 4704708 commit 259f79a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/platforms/python/integrations/starlette/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ You can pass the following keyword arguments to `StarletteIntegration()`:

- `transaction_style`:

How to name transactions showing up in Sentry performance monitoring.

```python
async def product_detail(request):
return JSONResponse({...})
Expand Down

0 comments on commit 259f79a

Please sign in to comment.