Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Jan 31, 2024
1 parent 94a1b3d commit c5a93b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/__tests__/extensions/replay/sessionrecording.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,6 @@ describe('SessionRecording', () => {
$window_id: 'windowId',
},
{
transport: 'XHR',
method: 'POST',
endpoint: '/s/',
_noTruncate: true,
Expand Down Expand Up @@ -575,7 +574,6 @@ describe('SessionRecording', () => {
},
{
method: 'POST',
transport: 'XHR',
endpoint: '/s/',
_noTruncate: true,
_batchKey: 'recordings',
Expand Down Expand Up @@ -660,7 +658,6 @@ describe('SessionRecording', () => {
},
{
method: 'POST',
transport: 'XHR',
endpoint: '/s/',
_noTruncate: true,
_batchKey: 'recordings',
Expand Down Expand Up @@ -1288,7 +1285,6 @@ describe('SessionRecording', () => {
_noTruncate: true,
endpoint: '/s/',
method: 'POST',
transport: 'XHR',
}
)
expect(sessionRecording['buffer']).toEqual({
Expand Down
2 changes: 1 addition & 1 deletion src/posthog-core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import { logger } from './utils/logger'
import { document, userAgent } from './utils/globals'
import { SessionPropsManager } from './session-props'
import { _isBlockedUA } from './utils/blocked-uas'
import { SUPPORTS_REQUEST } from 'utils/request-utils'
import { SUPPORTS_REQUEST } from './utils/request-utils'

/*
SIMPLE STYLE GUIDE:
Expand Down

0 comments on commit c5a93b6

Please sign in to comment.