File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
content/en/real_user_monitoring Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
9698Every 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
145149Every started operation must have a stop. Use ` failFeatureOperation ` to stop an operation with a failure outcome.
You can’t perform that action at this time.
0 commit comments