Skip to content

Commit

Permalink
Merge pull request #19537 from newrelic/revert-19496-NR-323599-add-docs
Browse files Browse the repository at this point in the history
Revert "feat(browser): Add auto-logging documentation + minor cleanup"
  • Loading branch information
cbehera-newrelic authored Dec 16, 2024
2 parents 90e2675 + 907075a commit 404105d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 145 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ For more details on session replay, see the following sections:
2. Select your browser app.
3. In the left-hand menu, click <DNT>**Application settings**</DNT>.
4. On the Application settings page, make sure <DNT>**Pro**</DNT> or <DNT>**Pro + SPA**</DNT> browser agent is selected. Session replay is not available for the Lite browser agent.
5. Toggle ON <DNT>**Session traces**</DNT> and <DNT>**Session replay**</DNT> settings.
5. Toggle ON <DNT>**Session tracking**</DNT> and <DNT>**Session replay**</DNT> settings.
</Step>

<Step>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Browser API used to force a replay to start recording.
`newrelic.recordReplay()` can be called to manually force a replay to begin recording. You must meet the following requirements:

* Account is entitled to record replays
* Session Tracking is Enabled
* Session Trace is Enabled
* Browser mutation observer global is present in the current version of the browser being used
* The Session Replay feature is either normally imported, or set to `autoStart: false` and has already been "started"
Expand Down

0 comments on commit 404105d

Please sign in to comment.