Skip to content

Commit

Permalink
typo in "initialization" and add new relative rum capture
Browse files Browse the repository at this point in the history
  • Loading branch information
dkuntze committed Jan 17, 2025
1 parent 81a3deb commit 4a43f89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ export function setup() {
}

/**
* Auto initializiation.
* Auto initialization.
*/
/* c8 ignore next 18 */
export function init() {
setup();
sampleRUM.collectBaseURL = window.origin;
sampleRUM();
}

0 comments on commit 4a43f89

Please sign in to comment.