highlight.run
Advanced tools
Comparing version 9.3.0 to 9.3.1
# highlight.run | ||
## 9.3.1 | ||
### Patch Changes | ||
- 262a07314: revert postcss changes to css parsing in rrweb | ||
https://github.com/rrweb-io/rrweb/pull/1458 introduced | ||
a new CSS parser which causes issues with certain large CSS files | ||
## 9.3.0 | ||
@@ -11,4 +19,14 @@ | ||
- d2e00028a: correctly set x-highlight-request on outgoing fetch/xhr requests with duplicate tab recording. | ||
the sessionID in the x-highlight-request would not be set correctly after recent changes | ||
corrected the multi-tab behavior to clear the local storage sessionID value to ensure | ||
new tabs started unique sessions. corrects bug affecting >=9.1.5 | ||
- 0a8a9ffdc: update otel webjs network span naming | ||
## 9.2.2 | ||
### Patch Changes | ||
- f7fb74a44: add XHR request fallback is sendBeacon fails | ||
## 9.2.1 | ||
@@ -15,0 +33,0 @@ |
@@ -10,3 +10,5 @@ export type SessionData = { | ||
}; | ||
export declare const getSessionSecureID: () => string; | ||
export declare const getSessionSecureID: (props?: { | ||
local?: true; | ||
}) => string; | ||
export declare const setSessionSecureID: (secureID: string) => void; | ||
@@ -13,0 +15,0 @@ export declare const getPreviousSessionData: (sessionID?: string) => SessionData | undefined; |
@@ -1,2 +0,2 @@ | ||
declare const _default: "9.2.1"; | ||
declare const _default: "9.3.0"; | ||
export default _default; |
@@ -1,2 +0,2 @@ | ||
import { z as i, A as r, B as t, C as a } from "./index-CT8CTZhR.js"; | ||
import { z as i, A as r, B as t, C as a } from "./index-CVSDPaOD.js"; | ||
export { | ||
@@ -3,0 +3,0 @@ i as H, |
{ | ||
"name": "highlight.run", | ||
"version": "9.3.0", | ||
"version": "9.3.1", | ||
"description": "Open source, fullstack monitoring. Capture frontend errors, record server side logs, and visualize what broke with session replay.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
71
3
6438434
21922