You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/rust/guides/actix-web/index.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ sentry = { version = "{{@inject packages.version('sentry.rust') }}", features =
22
22
23
23
Initialize and configure the Sentry client. This will enable a set of default integrations, such as panic reporting.
24
24
Then, initialize Actix Web with the Sentry middleware.
25
+
The Sentry middleware provides correct request and trace association for any captured errors or panics, so it should be the first to process the request, that means it should be the last in your chain of `wrap` calls.
0 commit comments