Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Starlette: new option middleware_spans #9934

Open
wants to merge 56 commits into
base: master
Choose a base branch
from
Open
Changes from 2 commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
4704708
Python Starlette: new option middleware_spans
antonpirker May 7, 2024
259f79a
Added description for transaction_style for consistency
vivianyentran May 7, 2024
00d7bd9
[DRAFT] UI redesign (#9428)
a-hariti May 7, 2024
cdbf840
fix page overlow on api page (#9935)
a-hariti May 7, 2024
90607f9
Update webhook docs for issues (#9930)
sentaur-athena May 7, 2024
5100874
fix: Changelog Images (#9936)
HazAT May 7, 2024
9439b9f
Update best practices meta description (#9946)
vivianyentran May 7, 2024
e4cd8b4
fix banner margin (#9944)
a-hariti May 7, 2024
cbd6cc6
Tags are bind to the isolation scope (#9939)
antonpirker May 8, 2024
49c2752
remove forwarding (#9940)
bitsandfoxes May 8, 2024
3733be6
custom favicon on localhost (#9839)
a-hariti May 8, 2024
35f7ab9
kmp: update versions for 0.6.0 release (#9933)
buenaflor May 8, 2024
4fa9537
fix icons for various platform and integrations (#9953)
a-hariti May 8, 2024
cb0c11b
fix: narrow down integrations properly on platformSelector (#9954)
a-hariti May 8, 2024
888714e
feat: one click 404 report (#9937)
a-hariti May 8, 2024
846b4f1
feat: `docs/**` content hot reload (#9842)
a-hariti May 8, 2024
a905286
feat: Format code blocks at build time (#9373)
a-hariti May 8, 2024
1dbee0f
fix copyright year (#9959)
a-hariti May 8, 2024
355b987
update using framework alert (#9947)
lizokm May 8, 2024
589209e
fix account to org links (#9948)
vivianyentran May 8, 2024
4fe47ad
Document how to add JS profiling headers in Next.js (#9958)
lforst May 8, 2024
9545330
less jarring banner appearance (#9956)
a-hariti May 8, 2024
835623e
Bump API schema to a663c1c4 (#9965)
getsentry-release May 8, 2024
432dc56
Bump API schema to 684b2cd9 (#9968)
getsentry-release May 8, 2024
a386663
Add fill_extra_context option to the symfony documentation (#9824)
alexander-schranz May 9, 2024
bf544dd
fix codeBlock overflow on short lines (#9973)
a-hariti May 9, 2024
99e31ac
feat(perf): Add documentation for time-consuming domains widget (#9964)
gggritso May 9, 2024
3277861
fix permissive regex (#9966)
mdtro May 9, 2024
47c6c2a
feat(feedback): Add UF screenshot capability (#9867)
c298lee May 9, 2024
624d05a
feat: Cmd+k/esc keyboard interaction on Search (#9977)
a-hariti May 9, 2024
61b8e29
fix (#9978)
DominikB2014 May 9, 2024
2ecc9a4
fix Integrations redirects (#9974)
a-hariti May 9, 2024
3dfba33
feat(perf): Requests module SDK instrumentation documentation (#9963)
gggritso May 9, 2024
8292b19
Bump API schema to 0d1f96b7 (#9984)
getsentry-release May 9, 2024
a9e2663
Include note about bundler plugin upgrade when bumping to v8 (#9988)
lforst May 10, 2024
5461c93
Update deprecated option names and reflect that attachStacktrace is o…
Fwang36 May 10, 2024
887395f
feat(replay): Document how to connect Replay with support software (#…
billyvg May 10, 2024
a8d24a5
Bump API schema to 2313b26f (#9993)
getsentry-release May 10, 2024
a6d04cf
Bump API schema to a857a9ce (#9994)
getsentry-release May 10, 2024
b73a4eb
spelling correction (#9991)
liamjones May 10, 2024
477dc23
doc(feedback): remove beta banners and 'associated error event' menti…
aliu39 May 10, 2024
92b0af8
Bump API schema to 3c5bcbf2 (#9996)
getsentry-release May 10, 2024
adc2f92
chore: Clarification around size limits and stats (#9911)
kahest May 11, 2024
a2e9026
Image to explain cardinality (#9998)
ale-cota May 12, 2024
36d82c0
fix: Button style (#10001)
HazAT May 13, 2024
2652a99
Metrics examples with collapsable list (#10000)
ale-cota May 13, 2024
083ddba
Update description for Investigation Mode (#9756)
ale-cota May 13, 2024
4993f60
Bump API schema to dfae6277 (#10003)
getsentry-release May 13, 2024
148a1f5
chore(apple): Update Troubleshooting page to include `invalid version…
brustolin May 13, 2024
645c021
feat(v8): Update node docs for v8 (#9906)
mydea May 13, 2024
b891123
update sdk to 8.0.0 (#10004)
c298lee May 13, 2024
d93dfd0
Bump API schema to 4d976590 (#10005)
getsentry-release May 13, 2024
28b1bf0
fix(js): Fix dead link (#10012)
mydea May 14, 2024
350d32b
Add import from NPM back (#10014)
smeubank May 14, 2024
3c2bc3d
feat(nextjs): Update Next.js docs for v8 (#9910)
lforst May 14, 2024
f95b2c0
[Python] Manual instrumentation for Cache Module (#9926)
antonpirker May 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/platforms/python/integrations/starlette/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ sentry_sdk.init(
integrations=[
StarletteIntegration(
transaction_style="endpoint",
middleware_spans=False,
)
],
)
Expand All @@ -81,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 All @@ -97,6 +100,13 @@ You can pass the following keyword arguments to `StarletteIntegration()`:

The default is `"url"`.

- `middleware_spans`:

Create spans and track performance of all middleware in your Starlette project. Set to `False` to disable.

The default is `True`.


## Supported Versions

- Starlette: 0.19.1+
Expand Down