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
// If you're binding the layers directly on the `Router`, bind them in the opposite order, otherwise you might run into a memory leak.
62
+
// If you're binding the layers directly on the `Router`, bind them in the opposite order, otherwise you might run into a memory leak
63
63
.layer(NewSentryLayer::<Request<Body>>::new_from_top()) // Bind a new Hub per request, to ensure correct error <> request correlation
64
64
.layer(SentryHttpLayer::new().enable_transaction()), // Start a transaction (Sentry root span) for each request
65
65
);
@@ -96,4 +96,4 @@ Learn more about manually capturing an error or message in our <PlatformLink to=
96
96
97
97
</Alert>
98
98
99
-
To view and resolve the recorded error, log into [sentry.io](https://sentry.io) and select your project. Clicking on the error's title will open a page where you can see detailed information and mark it as resolved.
99
+
To view and resolve the recorded error, log into [sentry.io](https://sentry.io) and select your project. Clicking on the error's title will open a page where you can see detailed information and mark it as resolved.
0 commit comments