Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/platforms/python/integrations/strawberry/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@ uv add "sentry-sdk"

## Configure

Add `StrawberryIntegration()` to your `integrations` list:


In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/). You can also collect and analyze performance profiles from real users with [profiling](/product/explore/profiling/).

Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.

Add `StrawberryIntegration()` to your `integrations` list:

<OnboardingOptionButtons
options={[
'error-monitoring',
Expand Down
Loading