highlight.run
Advanced tools
Comparing version 9.0.3 to 9.0.4
# highlight.run | ||
## 9.0.4 | ||
### Patch Changes | ||
- 0a245b208: default to jpeg canvas recording when webp not supported | ||
## 9.0.3 | ||
@@ -4,0 +10,0 @@ |
@@ -55,2 +55,11 @@ import { ConsoleMethods, DebugOptions, IntegrationOptions, NetworkRecordingOptions, SessionShortcutOptions } from './client.js'; | ||
canvasInitialSnapshotDelay?: number; | ||
/** | ||
* Settings for canvas data serialization. Defaults to {"image/webp", 0.9} for browsers | ||
* that support WebP and {"image/jpeg", 0.6} for others. Can be overridden to any type | ||
* or quality value supported by [`toDataURL`](http://mdn.io/toDataURL). | ||
*/ | ||
dataUrlOptions?: Partial<{ | ||
type: string; | ||
quality: number; | ||
}>; | ||
}; | ||
@@ -57,0 +66,0 @@ export declare type HighlightOptions = { |
@@ -10,1 +10,5 @@ import { StringifyOptions } from '../listeners/console-listener'; | ||
export declare function stringify(obj: any, stringifyOptions?: StringifyOptions): string; | ||
export declare function getDefaultDataURLOptions(): { | ||
type: string; | ||
quality: number; | ||
}; |
@@ -1,2 +0,2 @@ | ||
declare const _default: "9.0.3"; | ||
declare const _default: "9.0.4"; | ||
export default _default; |
@@ -1,2 +0,2 @@ | ||
import { H as i, a as r, M as t, b as a } from "./index-BF_dTo1R.js"; | ||
import { H as i, a as r, M as t, b as a } from "./index-CahjG6Ko.js"; | ||
export { | ||
@@ -3,0 +3,0 @@ i as H, |
{ | ||
"name": "highlight.run", | ||
"version": "9.0.3", | ||
"version": "9.0.4", | ||
"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
2684770
12109