Skip to content

Commit

Permalink
Fix session replay track name
Browse files Browse the repository at this point in the history
  • Loading branch information
amortemousque committed Aug 26, 2021
1 parent 561f1a9 commit 5b04d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/domain/endpointBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const ENDPOINTS = {
const INTAKE_TRACKS = {
logs: 'logs',
rum: 'rum',
sessionReplay: 'session-replay',
sessionReplay: 'replay',
}

export const ENDPOINTS_TYPES = Object.keys(ENDPOINTS['alternate']) as EndpointType[]
Expand Down

0 comments on commit 5b04d1f

Please sign in to comment.