highlight.run
Advanced tools
Comparing version 9.4.0 to 9.4.1
# highlight.run | ||
## 9.4.1 | ||
### Patch Changes | ||
- f432e66: block tracing via x-highlight-request header via urlblocklist | ||
## 9.4.0 | ||
@@ -4,0 +10,0 @@ |
@@ -14,5 +14,5 @@ import { RequestResponsePair } from './models'; | ||
export declare const shouldNetworkRequestBeRecorded: (url: string, highlightBackendUrl: string, tracingOrigins?: boolean | (string | RegExp)[]) => boolean; | ||
export declare const shouldNetworkRequestBeTraced: (url: string, tracingOrigins?: boolean | (string | RegExp)[]) => boolean; | ||
export declare const shouldNetworkRequestBeTraced: (url: string, tracingOrigins: boolean | (string | RegExp)[], urlBlocklist: string[]) => boolean; | ||
export declare const createNetworkRequestId: (useOtelTraceId?: boolean) => string[]; | ||
export declare const getHighlightRequestHeader: (sessionSecureID: string, requestId: string) => string; | ||
export {}; |
@@ -1,2 +0,2 @@ | ||
declare const _default: "9.3.4"; | ||
declare const _default: "9.4.0"; | ||
export default _default; |
@@ -1,2 +0,2 @@ | ||
import { A as i, B as r, C as t, z as a } from "./index-CMMr9ii8.js"; | ||
import { A as i, B as r, C as t, z as a } from "./index-iNoXXVuc.js"; | ||
export { | ||
@@ -3,0 +3,0 @@ i as H, |
{ | ||
"name": "highlight.run", | ||
"version": "9.4.0", | ||
"version": "9.4.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
5795555
21343