Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

highlight.run

Package Overview
Dependencies
Maintainers
0
Versions
281
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

highlight.run - npm Package Compare versions

Comparing version 9.3.0 to 9.3.1

dist/client/src/otel/exporter.d.ts

18

CHANGELOG.md
# 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 @@

4

dist/client/src/utils/sessionStorage/highlightSession.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc