Skip to content

Commit

Permalink
Add react native unset user id example
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWhitby authored Feb 3, 2025
1 parent edfd39a commit ae424f4
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -523,9 +523,13 @@ setUserId(userId: string): void;
</table>

## Example [#example]

###Set user
```js
NewRelic.setUserId("RN12934");
```
###Unset user
```js
NewRelic.setUserId("");
```
</TabsPageItem>

Expand Down

0 comments on commit ae424f4

Please sign in to comment.