highlight.run
Advanced tools
Comparing version 9.4.1 to 9.4.2
# highlight.run | ||
## 9.4.2 | ||
### Patch Changes | ||
- 5213ca3: ensure callback value is returned when not initialized | ||
## 9.4.1 | ||
@@ -7,2 +13,3 @@ | ||
- a95d52b: record pri.highlight.io requests | ||
- f432e66: block tracing via x-highlight-request header via urlblocklist | ||
@@ -9,0 +16,0 @@ |
@@ -372,2 +372,4 @@ import type { Context, Span, SpanOptions } from '@opentelemetry/api'; | ||
urlWithTimestamp: string; | ||
/** The secure ID of the session. */ | ||
sessionSecureID: string; | ||
} | ||
@@ -374,0 +376,0 @@ export declare type Integration = (integrationOptions?: any) => void; |
@@ -1,2 +0,2 @@ | ||
declare const _default: "9.4.0"; | ||
declare const _default: "9.4.1"; | ||
export default _default; |
@@ -11,3 +11,6 @@ import type { HighlightOptions, HighlightPublicInterface } from '../../client/src/types/types.js'; | ||
declare const H: HighlightPublicInterface; | ||
export { configureElectronHighlight, H, HighlightSegmentMiddleware, MetricCategory, }; | ||
declare const __testing: { | ||
reset: () => void; | ||
}; | ||
export { configureElectronHighlight, H, HighlightSegmentMiddleware, MetricCategory, __testing, }; | ||
export type { HighlightOptions }; |
@@ -1,8 +0,9 @@ | ||
import { A as i, B as r, C as t, z as a } from "./index-iNoXXVuc.js"; | ||
import { A as g, B as i, C as a, _ as r, z as s } from "./index-B9HY5AkX.js"; | ||
export { | ||
i as H, | ||
r as HighlightSegmentMiddleware, | ||
t as MetricCategory, | ||
a as configureElectronHighlight | ||
g as H, | ||
i as HighlightSegmentMiddleware, | ||
a as MetricCategory, | ||
r as __testing, | ||
s as configureElectronHighlight | ||
}; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "highlight.run", | ||
"version": "9.4.1", | ||
"version": "9.4.2", | ||
"description": "Open source, fullstack monitoring. Capture frontend errors, record server side logs, and visualize what broke with session replay.", | ||
@@ -36,2 +36,3 @@ "keywords": [ | ||
"test": "vitest --run", | ||
"test:watch": "vitest", | ||
"typegen": "tsc && node scripts/replace-client-imports.mjs" | ||
@@ -38,0 +39,0 @@ }, |
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
5802306
72
21382