diff --git a/docs/third-party-packages.md b/docs/third-party-packages.md
index 072296e2..65651ea0 100644
--- a/docs/third-party-packages.md
+++ b/docs/third-party-packages.md
@@ -20,16 +20,6 @@ Simple APISpec integration for Starlette.
Document your REST API built with Starlette by declaring OpenAPI (Swagger)
schemas in YAML format in your endpoint's docstrings.
-### webargs-starlette
-
-GitHub
-
-Declarative request parsing and validation for Starlette, built on top
-of [webargs](https://github.com/marshmallow-code/webargs).
-
-Allows you to parse querystring, JSON, form, headers, and cookies using
-type annotations.
-
### Mangum
GitHub
@@ -43,12 +33,29 @@ Serverless ASGI adapter for AWS Lambda & API Gateway.
Manage and send messages to groups of channels using websockets.
Checkout nejma-chat, a simple chat application built using `nejma` and `starlette`.
+### Scout APM
+
+GitHub
+
+An APM (Application Performance Monitoring) solution that can
+instrument your application to find performance bottlenecks.
+
### Starlette Prometheus
GitHub
A plugin for providing an endpoint that exposes [Prometheus](https://prometheus.io/) metrics based on its [official python client](https://github.com/prometheus/client_python).
+### webargs-starlette
+
+GitHub
+
+Declarative request parsing and validation for Starlette, built on top
+of [webargs](https://github.com/marshmallow-code/webargs).
+
+Allows you to parse querystring, JSON, form, headers, and cookies using
+type annotations.
+
### Authlib
GitHub |
@@ -56,7 +63,6 @@ A plugin for providing an endpoint that exposes [Prometheus](https://prometheus.
The ultimate Python library in building OAuth and OpenID Connect clients and servers. Check out how to integrate with [Starlette](https://docs.authlib.org/en/latest/client/starlette.html).
-
## Frameworks
### Responder