fix(tracker): fix session url grabber
This commit is contained in:
parent
003db7ae1d
commit
3c9a9ec017
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@openreplay/tracker",
|
||||
"description": "The OpenReplay tracker main package",
|
||||
"version": "3.6.0",
|
||||
"version": "3.6.1",
|
||||
"keywords": [
|
||||
"logging",
|
||||
"replay"
|
||||
|
|
|
|||
|
|
@ -306,7 +306,7 @@ export default class App {
|
|||
return undefined
|
||||
}
|
||||
|
||||
return this.options.ingestPoint.replace(/\/ingest$/, `${projectID}/session/${sessionID}`)
|
||||
return this.options.ingestPoint.replace(/ingest$/, `${projectID}/session/${sessionID}`)
|
||||
}
|
||||
|
||||
getHost(): string {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue