over 4 years ago by Sergey Mostsevenko
fix: Remote monitoring doesn't work in Android Browser 4.1
fix: JS agent script encoding can change the canvas fingerprint, that can reduce accuracy in rare cases
Add internal request encryption
Improve the fingerprinting performance
over 4 years ago by Sergey Mostsevenko
Fix incognito detection in some browsers based on Blink
Decrease the chance of getting send() call timeout by decreasing the TLS request timeout
Improve the fingerprinting performance
over 4 years ago by Sergey Mostsevenko
Increase the TLS request stability by retrying
Decrease the chance of getting get() call timeout by decreasing the TLS request timeout
fix: Monitoring reports aren't sent sometimes
over 4 years ago by Sergey Mostsevenko
Improve the accuracy of Chrome incognito detection
Add the requestId field to errors emitted by the servers
Make JS agent easier to use in server side rendering environments like Next.js and Gatsby
over 4 years ago by Sergey Mostsevenko
Fix cookie SameSite attribute warnings in Firefox
Increase the accuracy of Chrome incognito detection
Add the requestId field to errors emitted by the servers
almost 5 years ago by Sergey Mostsevenko
almost 5 years ago by Sergey Mostsevenko
fix: FP.load() takes a huge time to run in some conditions
Handle cases where navigator.deviceMemory is a string
almost 5 years ago by Sergey Mostsevenko
fix: load() takes a huge time to run in some conditions
Handle cases where navigator.deviceMemory is a string
almost 5 years ago by Sergey Mostsevenko
Add more information to JS agent monitoring
almost 5 years ago by Sergey Mostsevenko
Add an experimental API for JS agent debugging. We can use it to analyze agent operation on your side and solve problems faster. Contact support for more details.
The minimal supported version of TypeScript is 4.0.0.
Amend Safari private mode detection. It always detected incognito: true in desktop Safari controlled by Karma or BrowserStack Automate.