Skip to content

Commit

Permalink
revert single style sheet serialization due to performance regression (
Browse files Browse the repository at this point in the history
…highlight#9631)

## Summary

Revert rrweb-io/rrweb#1437 from rrweb to avoid
performance regression with single style serialization.

## How did you test this change?

https://www.loom.com/share/674060730e1647819b9fbfd0c05972af

## Are there any deployment considerations?

changeset

## Does this work require review from our design team?

no
  • Loading branch information
Vadman97 authored and giraffekey committed Nov 21, 2024
1 parent 5cd6951 commit af7fea6
Show file tree
Hide file tree
Showing 12 changed files with 106 additions and 153 deletions.
214 changes: 68 additions & 146 deletions __generated/rr/rrweb/rr.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions sdk/firstload/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# highlight.run

## 9.7.1

### Patch Changes

- 847fdc0: revert single style sheet serialization due to performance regression

## 9.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/firstload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "highlight.run",
"version": "9.7.0",
"version": "9.7.1",
"description": "Open source, fullstack monitoring. Capture frontend errors, record server side logs, and visualize what broke with session replay.",
"keywords": [
"highlight",
Expand Down
2 changes: 1 addition & 1 deletion sdk/firstload/src/__generated/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default "9.7.0"
export default "9.7.1"
9 changes: 9 additions & 0 deletions sdk/highlight-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @highlight-run/next

## 7.6.10

### Patch Changes

- Updated dependencies [847fdc0]
- [email protected]
- @highlight-run/node@3.10.1
- @highlight-run/react@8.0.1

## 7.6.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/highlight-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@highlight-run/next",
"version": "7.6.9",
"version": "7.6.10",
"description": "Client for interfacing with Highlight in next.js",
"files": [
"dist",
Expand Down
7 changes: 7 additions & 0 deletions sdk/highlight-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @highlight-run/react

## 8.0.1

### Patch Changes

- Updated dependencies [847fdc0]
- [email protected]

## 8.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/highlight-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@highlight-run/react",
"version": "8.0.0",
"version": "8.0.1",
"description": "The official Highlight SDK for React",
"license": "Apache-2.0",
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions sdk/highlight-remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @highlight-run/remix

## 2.0.73

### Patch Changes

- Updated dependencies [847fdc0]
- [email protected]
- @highlight-run/node@3.10.1
- @highlight-run/react@8.0.1

## 2.0.72

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/highlight-remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@highlight-run/remix",
"version": "2.0.72",
"version": "2.0.73",
"description": "Client for interfacing with Highlight in Remix",
"packageManager": "[email protected]",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16878,7 +16878,6 @@ __metadata:
eslint-plugin-compat: "npm:^5.0.0"
eslint-plugin-jest: "npm:^27.6.0"
eslint-plugin-tsdoc: "npm:^0.2.17"
happy-dom: "npm:^14.12.0"
markdownlint: "npm:^0.25.1"
markdownlint-cli: "npm:^0.31.1"
prettier: "npm:2.8.4"
Expand Down Expand Up @@ -52695,6 +52694,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": "npm:^5.23.0"
"@typescript-eslint/parser": "npm:^5.23.0"
eslint: "npm:^8.15.0"
happy-dom: "npm:^14.12.0"
puppeteer: "npm:^17.1.3"
rrweb-snapshot: "workspace:*"
turbo: "npm:^2.0.5"
Expand Down

0 comments on commit af7fea6

Please sign in to comment.