Skip to content

Commit

Permalink
Update set-custom-user-id.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWhitby authored Feb 17, 2025
1 parent ae424f4 commit c396203
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -523,11 +523,11 @@ setUserId(userId: string): void;
</table>

## Example [#example]
###Set user
Set user
```js
NewRelic.setUserId("RN12934");
```
###Unset user
Unset user
```js
NewRelic.setUserId("");
```
Expand Down

0 comments on commit c396203

Please sign in to comment.