fix(tracker): rm unused import
This commit is contained in:
parent
6b665848bb
commit
4f7112baab
2 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
- fix webworker writer re-init request
|
||||
- remove useless logs
|
||||
- added gzip compression to large messages
|
||||
- tune mouse thrashing detection
|
||||
|
||||
# 6.0.0
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import Sanitizer from './sanitizer.js'
|
|||
import Ticker from './ticker.js'
|
||||
import Logger, { LogLevel } from './logger.js'
|
||||
import Session from './session.js'
|
||||
import { gzip, gunzip } from 'fflate'
|
||||
import { gzip } from 'fflate'
|
||||
import { deviceMemory, jsHeapSizeLimit } from '../modules/performance.js'
|
||||
|
||||
import type { Options as ObserverOptions } from './observer/top_observer.js'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue