Skip to content

Commit

Permalink
Fix trackViewsManually JS doc comment (#3117)
Browse files Browse the repository at this point in the history
  • Loading branch information
amortemousque authored Nov 17, 2024
1 parent 406bdd1 commit 61125d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rum-core/src/boot/rumPublicApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export interface RumPublicApi extends PublicApi {

/**
* Start a view manually.
* Enable to manual start a view, use `trackViewManually: true` init parameter and call `startView()` to create RUM views and be aligned with how you’ve defined them in your SPA application routing.
* Enable to manual start a view, use `trackViewsManually: true` init parameter and call `startView()` to create RUM views and be aligned with how you’ve defined them in your SPA application routing.
*
* @param options.name name of the view
* @param options.service service of the view
Expand Down

0 comments on commit 61125d1

Please sign in to comment.