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
Copy file name to clipboardExpand all lines: src/content/docs/browser/new-relic-browser/browser-apis/pauseReplay.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Browser API used to force a replay to pause recording.
29
29
30
30
If a replay is not already in progress, this API method will have no effect.
31
31
32
-
You can resume a paused replay by calling [`newrelic.recordReplay()`](/docs/browser/new-relic-browser/browser-apis/recordReplay)if the browser session is still valid.
32
+
If the browser session is still valid, you can resume a paused replay by calling the [`newrelic.recordReplay()`](/docs/browser/new-relic-browser/browser-apis/recordReplay)API method.
0 commit comments