Skip to content

Commit 90c5968

Browse files
Added two warnings to Operations Monitoring documentation (#33385)
Warning 1: Do not use whitespaces in the Operation's name. Warning 2: The operationKey value must be the same.
1 parent b6c94af commit 90c5968

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/real_user_monitoring/operations_monitoring.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ RUMMonitor.shared().startFeatureOperation(
9191
{{% /tab %}}
9292
{{< /tabs >}}
9393

94+
<div class="alert alert-warning">The Operation's name cannot contain any whitespaces.</div>
95+
9496
### Stop an operation with success
9597

9698
Every started operation must have a stop. Use `succeedFeatureOperation` to stop an operation with a successful outcome.
@@ -140,6 +142,8 @@ RUMMonitor.shared().succeedFeatureOperation(
140142
{{% /tab %}}
141143
{{< /tabs >}}
142144

145+
<div class="alert alert-warning">The <code>operationKey</code> must be the same in the start and end Operation event.</div>
146+
143147
### Stop an operation with failure
144148

145149
Every started operation must have a stop. Use `failFeatureOperation` to stop an operation with a failure outcome.

0 commit comments

Comments
 (0)