diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md
index 28c3e447ac7..0e573691962 100644
--- a/docs/GettingStarted.md
+++ b/docs/GettingStarted.md
@@ -1332,6 +1332,7 @@ client.query("SELECT * FROM users WHERE group='x'")
| Key | Description | Default |
| --- | ----------- | ------- |
| `service_name` | Service name used for `mysql2` instrumentation | `'mysql2'` |
+| `comment_propagation` | SQL comment propagation mode for database monitoring.
(example: `disabled` \| `service`).
**Important**: *Note that enabling sql comment propagation results in potentially confidential data (service names) being stored in the databases which can then be accessed by other 3rd parties that have been granted access to the database.* | `'disabled'` |
### Net/HTTP