Skip to content

Commit

Permalink
docs(api): point out this is a private API
Browse files Browse the repository at this point in the history
Carsten's comment in #208 mentioned that the docs imply that you should call this API directly. You should not.
  • Loading branch information
trieloff authored Sep 12, 2024
1 parent 58f0b66 commit 0a02b74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<a name="sampleRUM"></a>

## sampleRUM(checkpoint, data)
log RUM if part of the sample.
log RUM if part of the sample. This is an internal API and should not be called directly by projects. The collection service validates and rejects
samples with unknown `checkpoint` values and implausible `source` and `target` value.

**Kind**: global function

Expand Down

0 comments on commit 0a02b74

Please sign in to comment.