diff --git a/.changeset/config.json b/.changeset/config.json index 5510db31d..2dab27f07 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -8,25 +8,6 @@ "baseBranch": "main", "updateInternalDependencies": "patch", "ignore": [ - "@highlight-run/client", - "rrdom", - "rrdom-nodejs", - "rrweb", - "rrweb-player", - "rrweb-snapshot", - "@rrweb/all", - "@rrweb/types", - "@rrweb/record", - "@rrweb/replay", - "@rrweb/packer", - "@rrweb/rrweb-plugin-canvas-webrtc-record", - "@rrweb/rrweb-plugin-canvas-webrtc-replay", - "@rrweb/rrweb-plugin-console-record", - "@rrweb/rrweb-plugin-console-replay", - "@rrweb/rrweb-plugin-sequential-id-record", - "@rrweb/rrweb-plugin-sequential-id-replay", - "@rrweb/utils", - "@rrweb/web-extension", "angular.io-example", "aws-lambda", "cloudflare-worker", diff --git a/.changeset/flat-feet-unite.md b/.changeset/flat-feet-unite.md deleted file mode 100644 index 9e2511f87..000000000 --- a/.changeset/flat-feet-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'highlight.run': patch ---- - -improve LD sdk integration to report context diff --git a/.changeset/fuzzy-feet-grow.md b/.changeset/fuzzy-feet-grow.md deleted file mode 100644 index fc496ad8c..000000000 --- a/.changeset/fuzzy-feet-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'highlight.run': minor ---- - -introduce launchdarkly sdk integration for event forwarding diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 9dfc44e09..4b4e469b5 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -13,6 +13,11 @@ on: concurrency: ${{ github.workflow }}-${{ github.ref }} jobs: build: + permissions: + id-token: write # for python PyPI OIDC login + contents: write + pull-requests: write + repository-projects: write name: Python SDK runs-on: ubuntu-22.04-8core-32gb defaults: @@ -48,10 +53,10 @@ jobs: python -m piptools compile --upgrade pyproject.toml; - name: Publish if: github.ref == 'refs/heads/main' - run: poetry publish -u $PYPI_USERNAME -p $PYPI_PASSWORD --skip-existing - env: - PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }} - PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }} + uses: pypa/gh-action-pypi-publish@release/v1 + with: + packages-dir: ./sdk/highlight-py/dist/ + skip-existing: true e2e: name: Validate E2E tests diff --git a/sdk/highlight-next/CHANGELOG.md b/sdk/highlight-next/CHANGELOG.md index d54f569c3..194e1be94 100644 --- a/sdk/highlight-next/CHANGELOG.md +++ b/sdk/highlight-next/CHANGELOG.md @@ -1,929 +1,939 @@ # @highlight-run/next +## 7.9.6 + +### Patch Changes + +- Updated dependencies [9cedbe7] +- Updated dependencies [fd77bfb] + - highlight.run@9.16.0 + - @highlight-run/node@3.12.1 + - @highlight-run/react@17.0.0 + ## 7.9.5 ### Patch Changes -- Updated dependencies [06d109a] -- Updated dependencies [0acb4c2] -- Updated dependencies [f54bce0] - - highlight.run@9.15.0 - - @highlight-run/node@3.12.1 - - @highlight-run/react@16.0.0 +- Updated dependencies [06d109a] +- Updated dependencies [0acb4c2] +- Updated dependencies [f54bce0] + - highlight.run@9.15.0 + - @highlight-run/node@3.12.1 + - @highlight-run/react@16.0.0 ## 7.9.4 ### Patch Changes -- Updated dependencies [5a55386] -- Updated dependencies [6b8fa6f] - - highlight.run@9.14.0 - - @highlight-run/node@3.12.0 - - @highlight-run/react@15.0.0 +- Updated dependencies [5a55386] +- Updated dependencies [6b8fa6f] + - highlight.run@9.14.0 + - @highlight-run/node@3.12.0 + - @highlight-run/react@15.0.0 ## 7.9.3 ### Patch Changes -- Updated dependencies [70cd598] - - highlight.run@9.13.0 - - @highlight-run/node@3.12.0 - - @highlight-run/react@14.0.0 +- Updated dependencies [70cd598] + - highlight.run@9.13.0 + - @highlight-run/node@3.12.0 + - @highlight-run/react@14.0.0 ## 7.9.2 ### Patch Changes -- Updated dependencies [a290c43] - - @highlight-run/cloudflare@3.1.0 +- Updated dependencies [a290c43] + - @highlight-run/cloudflare@3.1.0 ## 7.9.1 ### Patch Changes -- Updated dependencies [6a3b836] - - highlight.run@9.12.0 - - @highlight-run/node@3.12.0 - - @highlight-run/react@13.0.0 +- Updated dependencies [6a3b836] + - highlight.run@9.12.0 + - @highlight-run/node@3.12.0 + - @highlight-run/react@13.0.0 ## 7.9.0 ### Minor Changes -- 31dc610: configure Node.js OTLPLogExporter and OTLPMetricExporter +- 31dc610: configure Node.js OTLPLogExporter and OTLPMetricExporter ### Patch Changes -- Updated dependencies [31dc610] -- Updated dependencies [31dc610] -- Updated dependencies [31dc610] -- Updated dependencies [31dc610] -- Updated dependencies [31dc610] - - @highlight-run/node@3.12.0 - - @highlight-run/cloudflare@3.0.0 - - @highlight-run/react@12.1.0 +- Updated dependencies [31dc610] +- Updated dependencies [31dc610] +- Updated dependencies [31dc610] +- Updated dependencies [31dc610] +- Updated dependencies [31dc610] + - @highlight-run/node@3.12.0 + - @highlight-run/cloudflare@3.0.0 + - @highlight-run/react@12.1.0 ## 7.8.7 ### Patch Changes -- Updated dependencies [2b8cba8] -- Updated dependencies [baed388] - - highlight.run@9.11.1 - - @highlight-run/node@3.11.1 - - @highlight-run/react@12.0.1 +- Updated dependencies [2b8cba8] +- Updated dependencies [baed388] + - highlight.run@9.11.1 + - @highlight-run/node@3.11.1 + - @highlight-run/react@12.0.1 ## 7.8.6 ### Patch Changes -- Updated dependencies [941ac5e] - - highlight.run@9.11.0 - - @highlight-run/node@3.11.1 - - @highlight-run/react@12.0.0 +- Updated dependencies [941ac5e] + - highlight.run@9.11.0 + - @highlight-run/node@3.11.1 + - @highlight-run/react@12.0.0 ## 7.8.5 ### Patch Changes -- b4f7173: avoid recording proxied highlight next.js requests -- Updated dependencies [b4f7173] -- Updated dependencies [b4f7173] - - highlight.run@9.10.0 - - @highlight-run/node@3.11.1 - - @highlight-run/react@11.0.0 +- b4f7173: avoid recording proxied highlight next.js requests +- Updated dependencies [b4f7173] +- Updated dependencies [b4f7173] + - highlight.run@9.10.0 + - @highlight-run/node@3.11.1 + - @highlight-run/react@11.0.0 ## 7.8.4 ### Patch Changes -- 91f82fc: proxy otlp requests via the backend when nextjs proxying is set up -- Updated dependencies [91f82fc] - - highlight.run@9.9.1 - - @highlight-run/node@3.11.1 - - @highlight-run/react@10.0.1 +- 91f82fc: proxy otlp requests via the backend when nextjs proxying is set up +- Updated dependencies [91f82fc] + - highlight.run@9.9.1 + - @highlight-run/node@3.11.1 + - @highlight-run/react@10.0.1 ## 7.8.3 ### Patch Changes -- Updated dependencies [ab181de] - - highlight.run@9.9.0 - - @highlight-run/node@3.11.1 - - @highlight-run/react@10.0.0 +- Updated dependencies [ab181de] + - highlight.run@9.9.0 + - @highlight-run/node@3.11.1 + - @highlight-run/react@10.0.0 ## 7.8.2 ### Patch Changes -- Updated dependencies [0fa5585] - - highlight.run@9.8.0 - - @highlight-run/node@3.11.1 - - @highlight-run/react@9.0.0 +- Updated dependencies [0fa5585] + - highlight.run@9.8.0 + - @highlight-run/node@3.11.1 + - @highlight-run/react@9.0.0 ## 7.8.1 ### Patch Changes -- Updated dependencies [408abc7] - - highlight.run@9.7.4 - - @highlight-run/node@3.11.1 - - @highlight-run/react@8.1.1 +- Updated dependencies [408abc7] + - highlight.run@9.7.4 + - @highlight-run/node@3.11.1 + - @highlight-run/react@8.1.1 ## 7.8.0 ### Minor Changes -- 0dfc3f2: automatically use /highlight-events proxy URL on the frontend when proxying is configured +- 0dfc3f2: automatically use /highlight-events proxy URL on the frontend when proxying is configured ## 7.7.0 ### Minor Changes -- c647d66: ensure compatibility with react 19 and next 15 +- c647d66: ensure compatibility with react 19 and next 15 ### Patch Changes -- c647d66: fix node-fetch import breaking edge runtime compatibility -- Updated dependencies [c647d66] -- Updated dependencies [c647d66] -- Updated dependencies [c647d66] - - @highlight-run/node@3.11.1 - - @highlight-run/react@8.1.0 +- c647d66: fix node-fetch import breaking edge runtime compatibility +- Updated dependencies [c647d66] +- Updated dependencies [c647d66] +- Updated dependencies [c647d66] + - @highlight-run/node@3.11.1 + - @highlight-run/react@8.1.0 ## 7.6.12 ### Patch Changes -- Updated dependencies [d0e47ed] -- Updated dependencies [f396ee3] - - highlight.run@9.7.3 - - @highlight-run/node@3.11.0 - - @highlight-run/react@8.0.3 +- Updated dependencies [d0e47ed] +- Updated dependencies [f396ee3] + - highlight.run@9.7.3 + - @highlight-run/node@3.11.0 + - @highlight-run/react@8.0.3 ## 7.6.11 ### Patch Changes -- Updated dependencies [02fad3d] -- Updated dependencies [ed9cb32] -- Updated dependencies [e89e41c] -- Updated dependencies [da5662e] - - highlight.run@9.7.2 - - @highlight-run/node@3.11.0 - - @highlight-run/react@8.0.2 +- Updated dependencies [02fad3d] +- Updated dependencies [ed9cb32] +- Updated dependencies [e89e41c] +- Updated dependencies [da5662e] + - highlight.run@9.7.2 + - @highlight-run/node@3.11.0 + - @highlight-run/react@8.0.2 ## 7.6.10 ### Patch Changes -- Updated dependencies [847fdc0] - - highlight.run@9.7.1 - - @highlight-run/node@3.10.1 - - @highlight-run/react@8.0.1 +- Updated dependencies [847fdc0] + - highlight.run@9.7.1 + - @highlight-run/node@3.10.1 + - @highlight-run/react@8.0.1 ## 7.6.9 ### Patch Changes -- Updated dependencies [ecde630] - - highlight.run@9.7.0 - - @highlight-run/node@3.10.1 - - @highlight-run/react@8.0.0 +- Updated dependencies [ecde630] + - highlight.run@9.7.0 + - @highlight-run/node@3.10.1 + - @highlight-run/react@8.0.0 ## 7.6.8 ### Patch Changes -- Updated dependencies [2d95aba] - - highlight.run@9.5.3 - - @highlight-run/node@3.10.1 - - @highlight-run/react@7.0.3 +- Updated dependencies [2d95aba] + - highlight.run@9.5.3 + - @highlight-run/node@3.10.1 + - @highlight-run/react@7.0.3 ## 7.6.7 ### Patch Changes -- Updated dependencies [f06a274] - - @highlight-run/node@3.10.1 +- Updated dependencies [f06a274] + - @highlight-run/node@3.10.1 ## 7.6.6 ### Patch Changes -- 236afe0: support span naming in runwithheaders and set a default span name for route middlewares -- Updated dependencies [236afe0] - - @highlight-run/node@3.10.0 +- 236afe0: support span naming in runwithheaders and set a default span name for route middlewares +- Updated dependencies [236afe0] + - @highlight-run/node@3.10.0 ## 7.6.5 ### Patch Changes -- Updated dependencies [b02cad4] - - @highlight-run/node@3.9.7 +- Updated dependencies [b02cad4] + - @highlight-run/node@3.9.7 ## 7.6.4 ### Patch Changes -- Updated dependencies [d3ba444] -- Updated dependencies [21f3cfb] - - @highlight-run/node@3.9.6 - - @highlight-run/opentelemetry-sdk-workers@1.0.8 - - @highlight-run/cloudflare@2.1.9 +- Updated dependencies [d3ba444] +- Updated dependencies [21f3cfb] + - @highlight-run/node@3.9.6 + - @highlight-run/opentelemetry-sdk-workers@1.0.8 + - @highlight-run/cloudflare@2.1.9 ## 7.6.3 ### Patch Changes -- 7becd8b: fix @highlight-run/next sdk breaking HMR with turbopack next.js 14 -- Updated dependencies [7becd8b] - - @highlight-run/node@3.9.5 +- 7becd8b: fix @highlight-run/next sdk breaking HMR with turbopack next.js 14 +- Updated dependencies [7becd8b] + - @highlight-run/node@3.9.5 ## 7.6.2 ### Patch Changes -- Updated dependencies [df0b226] - - highlight.run@9.5.2 - - @highlight-run/node@3.9.4 - - @highlight-run/react@7.0.2 +- Updated dependencies [df0b226] + - highlight.run@9.5.2 + - @highlight-run/node@3.9.4 + - @highlight-run/react@7.0.2 ## 7.6.1 ### Patch Changes -- Updated dependencies [5194753] - - highlight.run@9.5.1 - - @highlight-run/node@3.9.4 - - @highlight-run/react@7.0.1 +- Updated dependencies [5194753] + - highlight.run@9.5.1 + - @highlight-run/node@3.9.4 + - @highlight-run/react@7.0.1 ## 7.6.0 ### Minor Changes -- e6d5ad2: require next 13 and ensure compatibility with node 16 +- e6d5ad2: require next 13 and ensure compatibility with node 16 ### Patch Changes -- a3ff05e: update transient dependencies with security vulnerabilities -- Updated dependencies [e6d5ad2] - - @highlight-run/node@3.9.4 +- a3ff05e: update transient dependencies with security vulnerabilities +- Updated dependencies [e6d5ad2] + - @highlight-run/node@3.9.4 ## 7.5.31 ### Patch Changes -- Updated dependencies [d94533a] - - highlight.run@9.5.0 - - @highlight-run/node@3.9.3 - - @highlight-run/react@7.0.0 +- Updated dependencies [d94533a] + - highlight.run@9.5.0 + - @highlight-run/node@3.9.3 + - @highlight-run/react@7.0.0 ## 7.5.30 ### Patch Changes -- Updated dependencies [f43d3b4] -- Updated dependencies [72ec866] -- Updated dependencies [f43d3b4] -- Updated dependencies [f43d3b4] - - highlight.run@9.4.4 - - @highlight-run/node@3.9.3 - - @highlight-run/react@6.0.4 +- Updated dependencies [f43d3b4] +- Updated dependencies [72ec866] +- Updated dependencies [f43d3b4] +- Updated dependencies [f43d3b4] + - highlight.run@9.4.4 + - @highlight-run/node@3.9.3 + - @highlight-run/react@6.0.4 ## 7.5.29 ### Patch Changes -- Updated dependencies [54557e9] - - highlight.run@9.4.3 - - @highlight-run/node@3.9.3 - - @highlight-run/react@6.0.3 +- Updated dependencies [54557e9] + - highlight.run@9.4.3 + - @highlight-run/node@3.9.3 + - @highlight-run/react@6.0.3 ## 7.5.28 ### Patch Changes -- Updated dependencies [5213ca3] - - highlight.run@9.4.2 - - @highlight-run/node@3.9.3 - - @highlight-run/react@6.0.2 +- Updated dependencies [5213ca3] + - highlight.run@9.4.2 + - @highlight-run/node@3.9.3 + - @highlight-run/react@6.0.2 ## 7.5.27 ### Patch Changes -- Updated dependencies [a95d52b] -- Updated dependencies [f432e66] - - highlight.run@9.4.1 - - @highlight-run/node@3.9.3 - - @highlight-run/react@6.0.1 +- Updated dependencies [a95d52b] +- Updated dependencies [f432e66] + - highlight.run@9.4.1 + - @highlight-run/node@3.9.3 + - @highlight-run/react@6.0.1 ## 7.5.26 ### Patch Changes -- 5045b23: fix opentelemetry warning from missing dependencies -- Updated dependencies [815faa8] -- Updated dependencies [815faa8] -- Updated dependencies [5045b23] - - highlight.run@9.4.0 - - @highlight-run/cloudflare@2.1.8 - - @highlight-run/node@3.9.3 - - @highlight-run/react@6.0.0 +- 5045b23: fix opentelemetry warning from missing dependencies +- Updated dependencies [815faa8] +- Updated dependencies [815faa8] +- Updated dependencies [5045b23] + - highlight.run@9.4.0 + - @highlight-run/cloudflare@2.1.8 + - @highlight-run/node@3.9.3 + - @highlight-run/react@6.0.0 ## 7.5.25 ### Patch Changes -- f3db07f: correctly update rewrites for /highlight-events proxy when existing rewrites are defined -- Updated dependencies [1e21c52] -- Updated dependencies [02f67d0] - - @highlight-run/node@3.9.2 - - highlight.run@9.3.4 - - @highlight-run/react@5.0.4 +- f3db07f: correctly update rewrites for /highlight-events proxy when existing rewrites are defined +- Updated dependencies [1e21c52] +- Updated dependencies [02f67d0] + - @highlight-run/node@3.9.2 + - highlight.run@9.3.4 + - @highlight-run/react@5.0.4 ## 7.5.24 ### Patch Changes -- Updated dependencies [5cc0afd] - - highlight.run@9.3.3 - - @highlight-run/node@3.9.1 - - @highlight-run/react@5.0.3 +- Updated dependencies [5cc0afd] + - highlight.run@9.3.3 + - @highlight-run/node@3.9.1 + - @highlight-run/react@5.0.3 ## 7.5.23 ### Patch Changes -- 2339697: update opentelemetry dependencies -- Updated dependencies [be38f68] -- Updated dependencies [2339697] -- Updated dependencies [bbbaeb1] - - highlight.run@9.3.2 - - @highlight-run/node@3.9.1 - - @highlight-run/opentelemetry-sdk-workers@1.0.7 - - @highlight-run/react@5.0.2 - - @highlight-run/cloudflare@2.1.7 +- 2339697: update opentelemetry dependencies +- Updated dependencies [be38f68] +- Updated dependencies [2339697] +- Updated dependencies [bbbaeb1] + - highlight.run@9.3.2 + - @highlight-run/node@3.9.1 + - @highlight-run/opentelemetry-sdk-workers@1.0.7 + - @highlight-run/react@5.0.2 + - @highlight-run/cloudflare@2.1.7 ## 7.5.22 ### Patch Changes -- Updated dependencies [262a07314] - - highlight.run@9.3.1 - - @highlight-run/node@3.9.0 - - @highlight-run/react@5.0.1 +- Updated dependencies [262a07314] + - highlight.run@9.3.1 + - @highlight-run/node@3.9.0 + - @highlight-run/react@5.0.1 ## 7.5.21 ### Patch Changes -- Updated dependencies [d2e00028a] -- Updated dependencies [0a8a9ffdc] -- Updated dependencies [0a8a9ffdc] - - highlight.run@9.3.0 - - @highlight-run/node@3.9.0 - - @highlight-run/react@5.0.0 +- Updated dependencies [d2e00028a] +- Updated dependencies [0a8a9ffdc] +- Updated dependencies [0a8a9ffdc] + - highlight.run@9.3.0 + - @highlight-run/node@3.9.0 + - @highlight-run/react@5.0.0 ## 7.5.20 ### Patch Changes -- Updated dependencies [f7fb74a44] - - highlight.run@9.2.2 - - @highlight-run/node@3.9.0 - - @highlight-run/react@4.0.2 +- Updated dependencies [f7fb74a44] + - highlight.run@9.2.2 + - @highlight-run/node@3.9.0 + - @highlight-run/react@4.0.2 ## 7.5.19 ### Patch Changes -- Updated dependencies [0067ea6b5] - - highlight.run@9.2.1 - - @highlight-run/node@3.9.0 - - @highlight-run/react@4.0.1 +- Updated dependencies [0067ea6b5] + - highlight.run@9.2.1 + - @highlight-run/node@3.9.0 + - @highlight-run/react@4.0.1 ## 7.5.18 ### Patch Changes -- Updated dependencies [d67bd4425] - - highlight.run@9.2.0 - - @highlight-run/node@3.9.0 - - @highlight-run/react@4.0.0 +- Updated dependencies [d67bd4425] + - highlight.run@9.2.0 + - @highlight-run/node@3.9.0 + - @highlight-run/react@4.0.0 ## 7.5.17 ### Patch Changes -- Updated dependencies [5b0b5a503] - - highlight.run@9.1.5 - - @highlight-run/node@3.9.0 - - @highlight-run/react@3.2.5 +- Updated dependencies [5b0b5a503] + - highlight.run@9.1.5 + - @highlight-run/node@3.9.0 + - @highlight-run/react@3.2.5 ## 7.5.16 ### Patch Changes -- Updated dependencies [b09f21e4b] - - @highlight-run/react@3.2.4 +- Updated dependencies [b09f21e4b] + - @highlight-run/react@3.2.4 ## 7.5.15 ### Patch Changes -- Updated dependencies [3e99f48ca] - - highlight.run@9.1.4 - - @highlight-run/node@3.9.0 +- Updated dependencies [3e99f48ca] + - highlight.run@9.1.4 + - @highlight-run/node@3.9.0 ## 7.5.14 ### Patch Changes -- Updated dependencies [efdf6b66a] - - highlight.run@9.1.3 - - @highlight-run/node@3.9.0 +- Updated dependencies [efdf6b66a] + - highlight.run@9.1.3 + - @highlight-run/node@3.9.0 ## 7.5.13 ### Patch Changes -- Updated dependencies [50dba067f] - - highlight.run@9.1.2 - - @highlight-run/node@3.9.0 +- Updated dependencies [50dba067f] + - highlight.run@9.1.2 + - @highlight-run/node@3.9.0 ## 7.5.12 ### Patch Changes -- Updated dependencies [e239b1a02] - - highlight.run@9.0.5 - - @highlight-run/node@3.9.0 +- Updated dependencies [e239b1a02] + - highlight.run@9.0.5 + - @highlight-run/node@3.9.0 ## 7.5.11 ### Patch Changes -- Updated dependencies [0a245b208] - - highlight.run@9.0.4 - - @highlight-run/node@3.9.0 +- Updated dependencies [0a245b208] + - highlight.run@9.0.4 + - @highlight-run/node@3.9.0 ## 7.5.10 ### Patch Changes -- Updated dependencies [50c74161e] - - highlight.run@9.0.3 - - @highlight-run/node@3.9.0 +- Updated dependencies [50c74161e] + - highlight.run@9.0.3 + - @highlight-run/node@3.9.0 ## 7.5.9 ### Patch Changes -- Updated dependencies [fd011e719] -- Updated dependencies [1dbe1bc6c] - - highlight.run@9.0.2 - - @highlight-run/react@3.2.3 - - @highlight-run/node@3.9.0 +- Updated dependencies [fd011e719] +- Updated dependencies [1dbe1bc6c] + - highlight.run@9.0.2 + - @highlight-run/react@3.2.3 + - @highlight-run/node@3.9.0 ## 7.5.8 ### Patch Changes -- Updated dependencies [2ced0e269] - - highlight.run@9.0.1 - - @highlight-run/node@3.9.0 +- Updated dependencies [2ced0e269] + - highlight.run@9.0.1 + - @highlight-run/node@3.9.0 ## 7.5.7 ### Patch Changes -- Updated dependencies [e7eb5f581] - - highlight.run@9.0.0 - - @highlight-run/cloudflare@2.1.6 - - @highlight-run/node@3.9.0 +- Updated dependencies [e7eb5f581] + - highlight.run@9.0.0 + - @highlight-run/cloudflare@2.1.6 + - @highlight-run/node@3.9.0 ## 7.5.6 ### Patch Changes -- Updated dependencies [8905154ff] - - highlight.run@8.13.0 - - @highlight-run/node@3.9.0 +- Updated dependencies [8905154ff] + - highlight.run@8.13.0 + - @highlight-run/node@3.9.0 ## 7.5.5 ### Patch Changes -- Updated dependencies [2a90db809] -- Updated dependencies [2a90db809] - - highlight.run@8.12.4 - - @highlight-run/node@3.9.0 +- Updated dependencies [2a90db809] +- Updated dependencies [2a90db809] + - highlight.run@8.12.4 + - @highlight-run/node@3.9.0 ## 7.5.4 ### Patch Changes -- Updated dependencies [2ea916328] -- Updated dependencies [11fe2921b] - - highlight.run@8.12.3 - - @highlight-run/node@3.9.0 +- Updated dependencies [2ea916328] +- Updated dependencies [11fe2921b] + - highlight.run@8.12.3 + - @highlight-run/node@3.9.0 ## 7.5.3 ### Patch Changes -- Updated dependencies [8899ee039] - - @highlight-run/react@3.2.2 - - highlight.run@8.12.2 - - @highlight-run/node@3.9.0 +- Updated dependencies [8899ee039] + - @highlight-run/react@3.2.2 + - highlight.run@8.12.2 + - @highlight-run/node@3.9.0 ## 7.5.2 ### Patch Changes -- Updated dependencies [926c3a1d7] - - highlight.run@8.12.1 - - @highlight-run/node@3.9.0 +- Updated dependencies [926c3a1d7] + - highlight.run@8.12.1 + - @highlight-run/node@3.9.0 ## 7.5.1 ### Patch Changes -- Updated dependencies [ec466b8b2] -- Updated dependencies [ec466b8b2] -- Updated dependencies [ec466b8b2] - - @highlight-run/node@3.9.0 +- Updated dependencies [ec466b8b2] +- Updated dependencies [ec466b8b2] +- Updated dependencies [ec466b8b2] + - @highlight-run/node@3.9.0 ## 7.5.0 ### Minor Changes -- 83b8e75c0: generate server sourcemaps for next.js code +- 83b8e75c0: generate server sourcemaps for next.js code ### Patch Changes -- Updated dependencies [b27a0bcd2] -- Updated dependencies [83b8e75c0] - - highlight.run@8.12.0 - - @highlight-run/sourcemap-uploader@0.6.3 - - @highlight-run/node@3.8.3 +- Updated dependencies [b27a0bcd2] +- Updated dependencies [83b8e75c0] + - highlight.run@8.12.0 + - @highlight-run/sourcemap-uploader@0.6.3 + - @highlight-run/node@3.8.3 ## 7.4.13 ### Patch Changes -- Updated dependencies [4ecafffe6] - - highlight.run@8.11.1 - - @highlight-run/node@3.8.3 +- Updated dependencies [4ecafffe6] + - highlight.run@8.11.1 + - @highlight-run/node@3.8.3 ## 7.4.12 ### Patch Changes -- Updated dependencies [5e61d5859] - - @highlight-run/sourcemap-uploader@0.6.2 +- Updated dependencies [5e61d5859] + - @highlight-run/sourcemap-uploader@0.6.2 ## 7.4.11 ### Patch Changes -- Updated dependencies [e14192fa4] - - @highlight-run/node@3.8.3 +- Updated dependencies [e14192fa4] + - @highlight-run/node@3.8.3 ## 7.4.10 ### Patch Changes -- Updated dependencies [4574c8dfa] - - highlight.run@8.11.0 - - @highlight-run/node@3.8.2 +- Updated dependencies [4574c8dfa] + - highlight.run@8.11.0 + - @highlight-run/node@3.8.2 ## 7.4.9 ### Patch Changes -- Updated dependencies [bd410081e] -- Updated dependencies [dded74108] - - highlight.run@8.10.1 - - @highlight-run/node@3.8.2 +- Updated dependencies [bd410081e] +- Updated dependencies [dded74108] + - highlight.run@8.10.1 + - @highlight-run/node@3.8.2 ## 7.4.8 ### Patch Changes -- Updated dependencies [112fa2ced] - - highlight.run@8.10.0 - - @highlight-run/node@3.8.1 +- Updated dependencies [112fa2ced] + - highlight.run@8.10.0 + - @highlight-run/node@3.8.1 ## 7.4.7 ### Patch Changes -- Updated dependencies [3528f2de7] - - highlight.run@8.9.1 - - @highlight-run/node@3.8.1 +- Updated dependencies [3528f2de7] + - highlight.run@8.9.1 + - @highlight-run/node@3.8.1 ## 7.4.6 ### Patch Changes -- Updated dependencies [f45323273] - - highlight.run@8.9.0 - - @highlight-run/node@3.8.1 +- Updated dependencies [f45323273] + - highlight.run@8.9.0 + - @highlight-run/node@3.8.1 ## 7.4.5 ### Patch Changes -- Updated dependencies [240143f9d] - - @highlight-run/node@3.8.1 +- Updated dependencies [240143f9d] + - @highlight-run/node@3.8.1 ## 7.4.4 ### Patch Changes -- c2b88ec32: Handling undefined NEXT_RUNTIME +- c2b88ec32: Handling undefined NEXT_RUNTIME ## 7.4.3 ### Patch Changes -- Updated dependencies [23a01e3d6] -- Updated dependencies [6a8151dc3] - - highlight.run@8.8.0 - - @highlight-run/node@3.8.0 +- Updated dependencies [23a01e3d6] +- Updated dependencies [6a8151dc3] + - highlight.run@8.8.0 + - @highlight-run/node@3.8.0 ## 7.4.2 ### Patch Changes -- Updated dependencies [31486ce41] - - highlight.run@8.7.1 - - @highlight-run/node@3.8.0 +- Updated dependencies [31486ce41] + - highlight.run@8.7.1 + - @highlight-run/node@3.8.0 ## 7.4.1 ### Patch Changes -- b70fb1a42: Moving js-cookie from devDependencies to dependencies -- Updated dependencies [e2483b6c3] -- Updated dependencies [062001317] - - highlight.run@8.7.0 - - @highlight-run/cloudflare@2.1.5 - - @highlight-run/node@3.8.0 +- b70fb1a42: Moving js-cookie from devDependencies to dependencies +- Updated dependencies [e2483b6c3] +- Updated dependencies [062001317] + - highlight.run@8.7.0 + - @highlight-run/cloudflare@2.1.5 + - @highlight-run/node@3.8.0 ## 7.4.0 ### Minor Changes -- 5fdb420c4: Adding highlightMiddleware and cookie tracking to Next.js. Minor cleanup for Remix and Node. +- 5fdb420c4: Adding highlightMiddleware and cookie tracking to Next.js. Minor cleanup for Remix and Node. ### Patch Changes -- Updated dependencies [c4eb0a17f] -- Updated dependencies [ed3ff4752] -- Updated dependencies [58ad9560f] -- Updated dependencies [5fdb420c4] -- Updated dependencies [9796ef086] - - @highlight-run/node@3.8.0 - - highlight.run@8.6.0 +- Updated dependencies [c4eb0a17f] +- Updated dependencies [ed3ff4752] +- Updated dependencies [58ad9560f] +- Updated dependencies [5fdb420c4] +- Updated dependencies [9796ef086] + - @highlight-run/node@3.8.0 + - highlight.run@8.6.0 ## 7.3.8 ### Patch Changes -- Updated dependencies [102710b30] - - highlight.run@8.5.0 - - @highlight-run/node@3.7.3 +- Updated dependencies [102710b30] + - highlight.run@8.5.0 + - @highlight-run/node@3.7.3 ## 7.3.7 ### Patch Changes -- 9c0e08bf3: support backend url for sourcemap uploader for self-hosted deployments -- Updated dependencies [9c0e08bf3] - - @highlight-run/sourcemap-uploader@0.6.1 +- 9c0e08bf3: support backend url for sourcemap uploader for self-hosted deployments +- Updated dependencies [9c0e08bf3] + - @highlight-run/sourcemap-uploader@0.6.1 ## 7.3.6 ### Patch Changes -- Updated dependencies [52b260556] - - highlight.run@8.4.1 - - @highlight-run/node@3.7.3 +- Updated dependencies [52b260556] + - highlight.run@8.4.1 + - @highlight-run/node@3.7.3 ## 7.3.5 ### Patch Changes -- f6308c0ac: fix app/page router blocking on errors in some cases -- cf0cc6e2a: ensure sourcemap uploading does not break next build -- f6308c0ac: fix next/error import for ESNext module resolution -- Updated dependencies [f6308c0ac] - - @highlight-run/node@3.7.3 +- f6308c0ac: fix app/page router blocking on errors in some cases +- cf0cc6e2a: ensure sourcemap uploading does not break next build +- f6308c0ac: fix next/error import for ESNext module resolution +- Updated dependencies [f6308c0ac] + - @highlight-run/node@3.7.3 ## 7.3.4 ### Patch Changes -- Updated dependencies [59952b854] -- Updated dependencies [7a3e3d077] -- Updated dependencies [59952b854] -- Updated dependencies [59952b854] - - @highlight-run/node@3.7.2 - - highlight.run@8.4.0 +- Updated dependencies [59952b854] +- Updated dependencies [7a3e3d077] +- Updated dependencies [59952b854] +- Updated dependencies [59952b854] + - @highlight-run/node@3.7.2 + - highlight.run@8.4.0 ## 7.3.3 ### Patch Changes -- Updated dependencies [223e47fbd] - - @highlight-run/opentelemetry-sdk-workers@1.0.4 - - @highlight-run/cloudflare@2.1.4 +- Updated dependencies [223e47fbd] + - @highlight-run/opentelemetry-sdk-workers@1.0.4 + - @highlight-run/cloudflare@2.1.4 ## 7.3.2 ### Patch Changes -- Updated dependencies [a07cdf584] -- Updated dependencies [4493988b0] - - highlight.run@8.3.2 - - @highlight-run/node@3.7.1 +- Updated dependencies [a07cdf584] +- Updated dependencies [4493988b0] + - highlight.run@8.3.2 + - @highlight-run/node@3.7.1 ## 7.3.1 ### Patch Changes -- 9eeeb5c7d: make next a peer dependency of the sdk to fix import errors -- Updated dependencies [790c83782] - - @highlight-run/node@3.7.1 +- 9eeeb5c7d: make next a peer dependency of the sdk to fix import errors +- Updated dependencies [790c83782] + - @highlight-run/node@3.7.1 ## 7.3.0 ### Minor Changes -- e75a480dc: Exposing Node SDK internals and using them to better instrument Next.js API wrappers -- e75a480dc: Enable tracing +- e75a480dc: Exposing Node SDK internals and using them to better instrument Next.js API wrappers +- e75a480dc: Enable tracing ### Patch Changes -- Updated dependencies [e75a480dc] -- Updated dependencies [e75a480dc] - - @highlight-run/node@3.7.0 +- Updated dependencies [e75a480dc] +- Updated dependencies [e75a480dc] + - @highlight-run/node@3.7.0 ## 7.2.6 ### Patch Changes -- 38678a9c9: Make Next a peer dependency to @highlight-run/next -- 8f0b8de6b: Repairing a circular dependency in @highlight-run/node and a bad export from @highlight-run/next's Edge runtime support -- 46ed85c91: Support environment attribute to be passed in natively. -- Updated dependencies [85ea62d0c] -- Updated dependencies [352641cf7] -- Updated dependencies [8f0b8de6b] -- Updated dependencies [46ed85c91] - - highlight.run@8.3.1 - - @highlight-run/node@3.6.6 +- 38678a9c9: Make Next a peer dependency to @highlight-run/next +- 8f0b8de6b: Repairing a circular dependency in @highlight-run/node and a bad export from @highlight-run/next's Edge runtime support +- 46ed85c91: Support environment attribute to be passed in natively. +- Updated dependencies [85ea62d0c] +- Updated dependencies [352641cf7] +- Updated dependencies [8f0b8de6b] +- Updated dependencies [46ed85c91] + - highlight.run@8.3.1 + - @highlight-run/node@3.6.6 ## 7.2.5 ### Patch Changes -- 2fce77c13: fix opentelemetry auto instrumentation in next.js, update opentelemetry dependencies -- Updated dependencies [bd5021a6c] -- Updated dependencies [2fce77c13] - - @highlight-run/node@3.6.5 +- 2fce77c13: fix opentelemetry auto instrumentation in next.js, update opentelemetry dependencies +- Updated dependencies [bd5021a6c] +- Updated dependencies [2fce77c13] + - @highlight-run/node@3.6.5 ## 7.2.4 ### Patch Changes -- 7c35f7d78: ensure header parsing is compatible with IncomingHTTPHeaders and Headers types -- Updated dependencies [84110aca1] -- Updated dependencies [c1773fa66] -- Updated dependencies [7c35f7d78] - - highlight.run@8.3.0 - - @highlight-run/node@3.6.4 +- 7c35f7d78: ensure header parsing is compatible with IncomingHTTPHeaders and Headers types +- Updated dependencies [84110aca1] +- Updated dependencies [c1773fa66] +- Updated dependencies [7c35f7d78] + - highlight.run@8.3.0 + - @highlight-run/node@3.6.4 ## 7.2.3 ### Patch Changes -- f966390c1: ensure compatibility for JS SDKs in ES and CJS environments -- Updated dependencies [f966390c1] -- Updated dependencies [66b94f3f7] - - @highlight-run/node@3.6.3 - - highlight.run@8.2.3 +- f966390c1: ensure compatibility for JS SDKs in ES and CJS environments +- Updated dependencies [f966390c1] +- Updated dependencies [66b94f3f7] + - @highlight-run/node@3.6.3 + - highlight.run@8.2.3 ## 7.2.2 ### Patch Changes -- 8e91dbe55: allow arbitrarily waiting for flush to wait for logs to be sent to highlight -- Updated dependencies [e3590078e] -- Updated dependencies [8e91dbe55] -- Updated dependencies [b6172b0da] - - @highlight-run/node@3.6.2 - - highlight.run@8.2.2 +- 8e91dbe55: allow arbitrarily waiting for flush to wait for logs to be sent to highlight +- Updated dependencies [e3590078e] +- Updated dependencies [8e91dbe55] +- Updated dependencies [b6172b0da] + - @highlight-run/node@3.6.2 + - highlight.run@8.2.2 ## 7.2.1 ### Patch Changes -- 9ad2c786c: Externalize next package -- Updated dependencies [9ad2c786c] - - @highlight-run/node@3.6.1 +- 9ad2c786c: Externalize next package +- Updated dependencies [9ad2c786c] + - @highlight-run/node@3.6.1 ## 7.2.0 ### Minor Changes -- 7355c73f8: Support highlight request context globally to associate async console logs / errors with highlight sessions. +- 7355c73f8: Support highlight request context globally to associate async console logs / errors with highlight sessions. ### Patch Changes -- d452bb1b6: refactor types for highlight session context -- d20cbee8b: Using AsyncLocalStorage in Edge Runtime to track headers. -- Updated dependencies [7355c73f8] -- Updated dependencies [747903c88] -- Updated dependencies [d452bb1b6] - - @highlight-run/node@3.6.0 +- d452bb1b6: refactor types for highlight session context +- d20cbee8b: Using AsyncLocalStorage in Edge Runtime to track headers. +- Updated dependencies [7355c73f8] +- Updated dependencies [747903c88] +- Updated dependencies [d452bb1b6] + - @highlight-run/node@3.6.0 ## 7.1.1 ### Patch Changes -- Updated dependencies [7c20f8c44] - - highlight.run@8.2.1 - - @highlight-run/node@3.5.3 +- Updated dependencies [7c20f8c44] + - highlight.run@8.2.1 + - @highlight-run/node@3.5.3 ## 7.1.0 ### Minor Changes -- 107f2fbd2: Adding @highlight-run/next/ssr export. +- 107f2fbd2: Adding @highlight-run/next/ssr export. ### Patch Changes -- 107f2fbd2: Exported new pageRouterCustomErrorHandler and appRouterSsrErrorHandler -- Updated dependencies [8142463b5] -- Updated dependencies [4f535a839] -- Updated dependencies [107f2fbd2] -- Updated dependencies [4f535a839] -- Updated dependencies [4f535a839] -- Updated dependencies [4f535a839] - - highlight.run@8.2.0 - - @highlight-run/node@3.5.2 +- 107f2fbd2: Exported new pageRouterCustomErrorHandler and appRouterSsrErrorHandler +- Updated dependencies [8142463b5] +- Updated dependencies [4f535a839] +- Updated dependencies [107f2fbd2] +- Updated dependencies [4f535a839] +- Updated dependencies [4f535a839] +- Updated dependencies [4f535a839] + - highlight.run@8.2.0 + - @highlight-run/node@3.5.2 ## 7.0.2 ### Patch Changes -- ed0776f43: fix type definitions for edge wrapper for @vercel/og responses -- Updated dependencies [7b931c336] -- Updated dependencies [b03039b6b] -- Updated dependencies [be3f51f45] - - highlight.run@8.1.0 - - @highlight-run/node@3.5.1 +- ed0776f43: fix type definitions for edge wrapper for @vercel/og responses +- Updated dependencies [7b931c336] +- Updated dependencies [b03039b6b] +- Updated dependencies [be3f51f45] + - highlight.run@8.1.0 + - @highlight-run/node@3.5.1 ## 7.0.1 ### Patch Changes -- bc2dac154: fix export from @highlight-run/next/config -- Updated dependencies [4607eae20] -- Updated dependencies [e7fa17ac7] - - @highlight-run/node@3.5.0 - - highlight.run@8.0.1 +- bc2dac154: fix export from @highlight-run/next/config +- Updated dependencies [4607eae20] +- Updated dependencies [e7fa17ac7] + - @highlight-run/node@3.5.0 + - highlight.run@8.0.1 ## 7.0.0 ### Patch Changes -- Updated dependencies [4f4e5aa4f] - - highlight.run@8.0.0 - - @highlight-run/node@3.4.4 +- Updated dependencies [4f4e5aa4f] + - highlight.run@8.0.0 + - @highlight-run/node@3.4.4 ## 6.0.0 ### Patch Changes -- 683330896: update opentelemetry dependencies to remove jaeger -- 48e39492d: Handling undefined NEXT_RUNTIME -- Updated dependencies [e264f6a61] -- Updated dependencies [683330896] - - highlight.run@7.6.0 - - @highlight-run/node@3.4.3 +- 683330896: update opentelemetry dependencies to remove jaeger +- 48e39492d: Handling undefined NEXT_RUNTIME +- Updated dependencies [e264f6a61] +- Updated dependencies [683330896] + - highlight.run@7.6.0 + - @highlight-run/node@3.4.3 ## 5.0.1 ### Patch Changes -- Updated dependencies [b55251c0c] - - @highlight-run/opentelemetry-sdk-workers@1.0.2 - - @highlight-run/cloudflare@2.1.2 +- Updated dependencies [b55251c0c] + - @highlight-run/opentelemetry-sdk-workers@1.0.2 + - @highlight-run/cloudflare@2.1.2 ### 5.0.0 @@ -935,99 +945,99 @@ ### Patch changes -- Export types. -- Downgrade `@opentelemetry/api` to avoid peer dependency issue. Also, it turns out that v1.4.1 is identical to v1.6.0 due to a revert. -- Move `@opentelemetry/api` and `@opentelemetry/resources` to `devDependencies` -- Repair `use-client` declaration -- Bundle `@highlight-run/sourcemap-uploader` +- Export types. +- Downgrade `@opentelemetry/api` to avoid peer dependency issue. Also, it turns out that v1.4.1 is identical to v1.6.0 due to a revert. +- Move `@opentelemetry/api` and `@opentelemetry/resources` to `devDependencies` +- Repair `use-client` declaration +- Bundle `@highlight-run/sourcemap-uploader` ### 4.4.1 ### Patch changes -- Excised `@protobufjs/inquire` from the build to eliminate console warnings and repair the Edge runtime wrapper -- Exported `getHighlightErrorInitialProps` to streamline configuring `pages/_error.tsx` +- Excised `@protobufjs/inquire` from the build to eliminate console warnings and repair the Edge runtime wrapper +- Exported `getHighlightErrorInitialProps` to streamline configuring `pages/_error.tsx` ### 4.4.0 ### Minor changes -- Repaired `Highlight` export from `@highlight-run/next/server` to keep serverless functions alive while flushing OTEL errors -- Added `H` and `Highlight` exports from `@highlight-run/next/edge` to wrap Vercel's Edge Runtime API endpoints -- Added `H` and `Highlight` exports from `@highlight-run/next/app-router` to wrap App Router API endpoints +- Repaired `Highlight` export from `@highlight-run/next/server` to keep serverless functions alive while flushing OTEL errors +- Added `H` and `Highlight` exports from `@highlight-run/next/edge` to wrap Vercel's Edge Runtime API endpoints +- Added `H` and `Highlight` exports from `@highlight-run/next/app-router` to wrap App Router API endpoints ## 4.3.2 ### Patch Changes -- Tune settings of opentelemetry SDK to reduce memory usage. -- Enable GZIP compression of exported data. +- Tune settings of opentelemetry SDK to reduce memory usage. +- Enable GZIP compression of exported data. ## 4.3.1 ### Minor Changes -- Ensure console serialization works with `BigInteger` and other unserializeable types. +- Ensure console serialization works with `BigInteger` and other unserializeable types. ### 4.2.0 ### Minor changes -- Added support for setting `serviceName` +- Added support for setting `serviceName` ### 4.1.0 ### Minor changes -- Added support for setting metadata on `consumeError` +- Added support for setting metadata on `consumeError` ### 4.0.0 ### Major changes -- Removing exports for `@highlight-run/next` and `@highlight-run/next/highlight-init`. Import from `@highlight-run/next/server` and `@highlight-run/next/client` instead. -- Adding `excludedHostnames?: string[]` to `HighlightInit` props. Pass in a list of full or partial hostnames to prevent tracking: `excludedHostnames={['localhost', 'staging']}`. +- Removing exports for `@highlight-run/next` and `@highlight-run/next/highlight-init`. Import from `@highlight-run/next/server` and `@highlight-run/next/client` instead. +- Adding `excludedHostnames?: string[]` to `HighlightInit` props. Pass in a list of full or partial hostnames to prevent tracking: `excludedHostnames={['localhost', 'staging']}`. ### 3.2.0 ### Minor Changes -- Adding exports for `@highlight-run/next/client` and `@highlight-run/next/server` +- Adding exports for `@highlight-run/next/client` and `@highlight-run/next/server` > We're hoping to remove `@highlight-run/next/highlight-init` and the default `@highlight-run/next` imports in favor of the new `/client` and `/server` varieties. For now we'll maintain the original imports as aliases. -- Adding `@highlight-run/node` and `highlight.run` to `peerDependencies` +- Adding `@highlight-run/node` and `highlight.run` to `peerDependencies` ### 3.1.2 ### Patch Changes -- Bumping to match `@highlight-run/node` +- Bumping to match `@highlight-run/node` ## 2.2.0 ### Minor Changes -- Adds ability to record `console` methods. +- Adds ability to record `console` methods. ## 2.1.2 ### Patch Changes -- Adds support for Next.js `generateBuildId` config parameter, which will set Highlight `appVersion` if none is provided. +- Adds support for Next.js `generateBuildId` config parameter, which will set Highlight `appVersion` if none is provided. ## 2.0.0 ### Major Changes -- require project id for H.init -- support for errors without associated sessions/requests +- require project id for H.init +- support for errors without associated sessions/requests ## 1.3.0 ### Minor Changes -- fix workspace:\* dependencies +- fix workspace:\* dependencies ### Patch Changes -- Updated dependencies - - @highlight-run/node@1.3.0 +- Updated dependencies + - @highlight-run/node@1.3.0 diff --git a/sdk/highlight-next/package.json b/sdk/highlight-next/package.json index 3c56d69c0..b4fcc8aa5 100644 --- a/sdk/highlight-next/package.json +++ b/sdk/highlight-next/package.json @@ -1,6 +1,6 @@ { "name": "@highlight-run/next", - "version": "7.9.5", + "version": "7.9.6", "description": "Client for interfacing with Highlight in next.js", "files": [ "dist", diff --git a/sdk/highlight-react/CHANGELOG.md b/sdk/highlight-react/CHANGELOG.md index 13dba04f4..288eee29d 100644 --- a/sdk/highlight-react/CHANGELOG.md +++ b/sdk/highlight-react/CHANGELOG.md @@ -1,281 +1,289 @@ # @highlight-run/react +## 17.0.0 + +### Patch Changes + +- Updated dependencies [9cedbe7] +- Updated dependencies [fd77bfb] + - highlight.run@9.16.0 + ## 16.0.0 ### Patch Changes -- Updated dependencies [06d109a] -- Updated dependencies [0acb4c2] - - highlight.run@9.15.0 +- Updated dependencies [06d109a] +- Updated dependencies [0acb4c2] + - highlight.run@9.15.0 ## 15.0.0 ### Patch Changes -- Updated dependencies [5a55386] -- Updated dependencies [6b8fa6f] - - highlight.run@9.14.0 +- Updated dependencies [5a55386] +- Updated dependencies [6b8fa6f] + - highlight.run@9.14.0 ## 14.0.0 ### Patch Changes -- Updated dependencies [70cd598] - - highlight.run@9.13.0 +- Updated dependencies [70cd598] + - highlight.run@9.13.0 ## 13.0.0 ### Patch Changes -- Updated dependencies [6a3b836] - - highlight.run@9.12.0 +- Updated dependencies [6a3b836] + - highlight.run@9.12.0 ## 12.1.0 ### Minor Changes -- 31dc610: ensure correct version of @types/react is installed +- 31dc610: ensure correct version of @types/react is installed ### Patch Changes -- 31dc610: ensure ErrorBoundary component is compatible with react 18 and react 19 +- 31dc610: ensure ErrorBoundary component is compatible with react 18 and react 19 ## 12.0.1 ### Patch Changes -- Updated dependencies [2b8cba8] -- Updated dependencies [baed388] - - highlight.run@9.11.1 +- Updated dependencies [2b8cba8] +- Updated dependencies [baed388] + - highlight.run@9.11.1 ## 12.0.0 ### Patch Changes -- Updated dependencies [941ac5e] - - highlight.run@9.11.0 +- Updated dependencies [941ac5e] + - highlight.run@9.11.0 ## 11.0.0 ### Patch Changes -- Updated dependencies [b4f7173] -- Updated dependencies [b4f7173] - - highlight.run@9.10.0 +- Updated dependencies [b4f7173] +- Updated dependencies [b4f7173] + - highlight.run@9.10.0 ## 10.0.1 ### Patch Changes -- Updated dependencies [91f82fc] - - highlight.run@9.9.1 +- Updated dependencies [91f82fc] + - highlight.run@9.9.1 ## 10.0.0 ### Patch Changes -- Updated dependencies [ab181de] - - highlight.run@9.9.0 +- Updated dependencies [ab181de] + - highlight.run@9.9.0 ## 9.0.0 ### Patch Changes -- Updated dependencies [0fa5585] - - highlight.run@9.8.0 +- Updated dependencies [0fa5585] + - highlight.run@9.8.0 ## 8.1.1 ### Patch Changes -- Updated dependencies [408abc7] - - highlight.run@9.7.4 +- Updated dependencies [408abc7] + - highlight.run@9.7.4 ## 8.1.0 ### Minor Changes -- c647d66: ensure compatibility with react 19 and next 15 +- c647d66: ensure compatibility with react 19 and next 15 ## 8.0.3 ### Patch Changes -- Updated dependencies [d0e47ed] -- Updated dependencies [f396ee3] - - highlight.run@9.7.3 +- Updated dependencies [d0e47ed] +- Updated dependencies [f396ee3] + - highlight.run@9.7.3 ## 8.0.2 ### Patch Changes -- Updated dependencies [02fad3d] -- Updated dependencies [da5662e] - - highlight.run@9.7.2 +- Updated dependencies [02fad3d] +- Updated dependencies [da5662e] + - highlight.run@9.7.2 ## 8.0.1 ### Patch Changes -- Updated dependencies [847fdc0] - - highlight.run@9.7.1 +- Updated dependencies [847fdc0] + - highlight.run@9.7.1 ## 8.0.0 ### Patch Changes -- Updated dependencies [ecde630] - - highlight.run@9.7.0 +- Updated dependencies [ecde630] + - highlight.run@9.7.0 ## 7.0.3 ### Patch Changes -- Updated dependencies [2d95aba] - - highlight.run@9.5.3 +- Updated dependencies [2d95aba] + - highlight.run@9.5.3 ## 7.0.2 ### Patch Changes -- Updated dependencies [df0b226] - - highlight.run@9.5.2 +- Updated dependencies [df0b226] + - highlight.run@9.5.2 ## 7.0.1 ### Patch Changes -- Updated dependencies [5194753] - - highlight.run@9.5.1 +- Updated dependencies [5194753] + - highlight.run@9.5.1 ## 7.0.0 ### Patch Changes -- Updated dependencies [d94533a] - - highlight.run@9.5.0 +- Updated dependencies [d94533a] + - highlight.run@9.5.0 ## 6.0.4 ### Patch Changes -- Updated dependencies [f43d3b4] -- Updated dependencies [72ec866] -- Updated dependencies [f43d3b4] -- Updated dependencies [f43d3b4] - - highlight.run@9.4.4 +- Updated dependencies [f43d3b4] +- Updated dependencies [72ec866] +- Updated dependencies [f43d3b4] +- Updated dependencies [f43d3b4] + - highlight.run@9.4.4 ## 6.0.3 ### Patch Changes -- Updated dependencies [54557e9] - - highlight.run@9.4.3 +- Updated dependencies [54557e9] + - highlight.run@9.4.3 ## 6.0.2 ### Patch Changes -- Updated dependencies [5213ca3] - - highlight.run@9.4.2 +- Updated dependencies [5213ca3] + - highlight.run@9.4.2 ## 6.0.1 ### Patch Changes -- Updated dependencies [a95d52b] -- Updated dependencies [f432e66] - - highlight.run@9.4.1 +- Updated dependencies [a95d52b] +- Updated dependencies [f432e66] + - highlight.run@9.4.1 ## 6.0.0 ### Patch Changes -- Updated dependencies [815faa8] -- Updated dependencies [815faa8] - - highlight.run@9.4.0 +- Updated dependencies [815faa8] +- Updated dependencies [815faa8] + - highlight.run@9.4.0 ## 5.0.4 ### Patch Changes -- Updated dependencies [02f67d0] - - highlight.run@9.3.4 +- Updated dependencies [02f67d0] + - highlight.run@9.3.4 ## 5.0.3 ### Patch Changes -- Updated dependencies [5cc0afd] - - highlight.run@9.3.3 +- Updated dependencies [5cc0afd] + - highlight.run@9.3.3 ## 5.0.2 ### Patch Changes -- Updated dependencies [be38f68] -- Updated dependencies [2339697] -- Updated dependencies [bbbaeb1] - - highlight.run@9.3.2 +- Updated dependencies [be38f68] +- Updated dependencies [2339697] +- Updated dependencies [bbbaeb1] + - highlight.run@9.3.2 ## 5.0.1 ### Patch Changes -- Updated dependencies [262a07314] - - highlight.run@9.3.1 +- Updated dependencies [262a07314] + - highlight.run@9.3.1 ## 5.0.0 ### Patch Changes -- Updated dependencies [d2e00028a] -- Updated dependencies [0a8a9ffdc] -- Updated dependencies [0a8a9ffdc] - - highlight.run@9.3.0 +- Updated dependencies [d2e00028a] +- Updated dependencies [0a8a9ffdc] +- Updated dependencies [0a8a9ffdc] + - highlight.run@9.3.0 ## 4.0.2 ### Patch Changes -- Updated dependencies [f7fb74a44] - - highlight.run@9.2.2 +- Updated dependencies [f7fb74a44] + - highlight.run@9.2.2 ## 4.0.1 ### Patch Changes -- Updated dependencies [0067ea6b5] - - highlight.run@9.2.1 +- Updated dependencies [0067ea6b5] + - highlight.run@9.2.1 ## 4.0.0 ### Patch Changes -- Updated dependencies [d67bd4425] - - highlight.run@9.2.0 +- Updated dependencies [d67bd4425] + - highlight.run@9.2.0 ## 3.2.5 ### Patch Changes -- Updated dependencies [5b0b5a503] - - highlight.run@9.1.5 +- Updated dependencies [5b0b5a503] + - highlight.run@9.1.5 ## 3.2.4 ### Patch Changes -- b09f21e4b: correct styling issue with error boundary and make highlight.run a peer dependency +- b09f21e4b: correct styling issue with error boundary and make highlight.run a peer dependency ## 3.2.3 ### Patch Changes -- 1dbe1bc6c: upgrade dependencies +- 1dbe1bc6c: upgrade dependencies ## 3.2.2 ### Patch Changes -- 8899ee039: report additional metadata on error boundary exceptions +- 8899ee039: report additional metadata on error boundary exceptions diff --git a/sdk/highlight-react/package.json b/sdk/highlight-react/package.json index 4cfc7cb39..105502335 100644 --- a/sdk/highlight-react/package.json +++ b/sdk/highlight-react/package.json @@ -1,6 +1,6 @@ { "name": "@highlight-run/react", - "version": "16.0.0", + "version": "17.0.0", "description": "The official Highlight SDK for React", "license": "Apache-2.0", "peerDependencies": { diff --git a/sdk/highlight-remix/CHANGELOG.md b/sdk/highlight-remix/CHANGELOG.md index 29ffbd646..fda5a18b3 100644 --- a/sdk/highlight-remix/CHANGELOG.md +++ b/sdk/highlight-remix/CHANGELOG.md @@ -1,846 +1,856 @@ # @highlight-run/remix +## 2.0.89 + +### Patch Changes + +- Updated dependencies [9cedbe7] +- Updated dependencies [fd77bfb] + - highlight.run@9.16.0 + - @highlight-run/node@3.12.1 + - @highlight-run/react@17.0.0 + ## 2.0.88 ### Patch Changes -- Updated dependencies [06d109a] -- Updated dependencies [0acb4c2] -- Updated dependencies [f54bce0] - - highlight.run@9.15.0 - - @highlight-run/node@3.12.1 - - @highlight-run/react@16.0.0 +- Updated dependencies [06d109a] +- Updated dependencies [0acb4c2] +- Updated dependencies [f54bce0] + - highlight.run@9.15.0 + - @highlight-run/node@3.12.1 + - @highlight-run/react@16.0.0 ## 2.0.87 ### Patch Changes -- Updated dependencies [5a55386] -- Updated dependencies [6b8fa6f] - - highlight.run@9.14.0 - - @highlight-run/node@3.12.0 - - @highlight-run/react@15.0.0 +- Updated dependencies [5a55386] +- Updated dependencies [6b8fa6f] + - highlight.run@9.14.0 + - @highlight-run/node@3.12.0 + - @highlight-run/react@15.0.0 ## 2.0.86 ### Patch Changes -- Updated dependencies [70cd598] - - highlight.run@9.13.0 - - @highlight-run/node@3.12.0 - - @highlight-run/react@14.0.0 +- Updated dependencies [70cd598] + - highlight.run@9.13.0 + - @highlight-run/node@3.12.0 + - @highlight-run/react@14.0.0 ## 2.0.85 ### Patch Changes -- Updated dependencies [6a3b836] - - highlight.run@9.12.0 - - @highlight-run/node@3.12.0 - - @highlight-run/react@13.0.0 +- Updated dependencies [6a3b836] + - highlight.run@9.12.0 + - @highlight-run/node@3.12.0 + - @highlight-run/react@13.0.0 ## 2.0.84 ### Patch Changes -- Updated dependencies [31dc610] -- Updated dependencies [31dc610] -- Updated dependencies [31dc610] -- Updated dependencies [31dc610] - - @highlight-run/node@3.12.0 - - @highlight-run/react@12.1.0 +- Updated dependencies [31dc610] +- Updated dependencies [31dc610] +- Updated dependencies [31dc610] +- Updated dependencies [31dc610] + - @highlight-run/node@3.12.0 + - @highlight-run/react@12.1.0 ## 2.0.83 ### Patch Changes -- Updated dependencies [2b8cba8] -- Updated dependencies [baed388] - - highlight.run@9.11.1 - - @highlight-run/node@3.11.1 - - @highlight-run/react@12.0.1 +- Updated dependencies [2b8cba8] +- Updated dependencies [baed388] + - highlight.run@9.11.1 + - @highlight-run/node@3.11.1 + - @highlight-run/react@12.0.1 ## 2.0.82 ### Patch Changes -- Updated dependencies [941ac5e] - - highlight.run@9.11.0 - - @highlight-run/node@3.11.1 - - @highlight-run/react@12.0.0 +- Updated dependencies [941ac5e] + - highlight.run@9.11.0 + - @highlight-run/node@3.11.1 + - @highlight-run/react@12.0.0 ## 2.0.81 ### Patch Changes -- Updated dependencies [b4f7173] -- Updated dependencies [b4f7173] - - highlight.run@9.10.0 - - @highlight-run/node@3.11.1 - - @highlight-run/react@11.0.0 +- Updated dependencies [b4f7173] +- Updated dependencies [b4f7173] + - highlight.run@9.10.0 + - @highlight-run/node@3.11.1 + - @highlight-run/react@11.0.0 ## 2.0.80 ### Patch Changes -- Updated dependencies [91f82fc] - - highlight.run@9.9.1 - - @highlight-run/node@3.11.1 - - @highlight-run/react@10.0.1 +- Updated dependencies [91f82fc] + - highlight.run@9.9.1 + - @highlight-run/node@3.11.1 + - @highlight-run/react@10.0.1 ## 2.0.79 ### Patch Changes -- Updated dependencies [ab181de] - - highlight.run@9.9.0 - - @highlight-run/node@3.11.1 - - @highlight-run/react@10.0.0 +- Updated dependencies [ab181de] + - highlight.run@9.9.0 + - @highlight-run/node@3.11.1 + - @highlight-run/react@10.0.0 ## 2.0.78 ### Patch Changes -- Updated dependencies [0fa5585] - - highlight.run@9.8.0 - - @highlight-run/node@3.11.1 - - @highlight-run/react@9.0.0 +- Updated dependencies [0fa5585] + - highlight.run@9.8.0 + - @highlight-run/node@3.11.1 + - @highlight-run/react@9.0.0 ## 2.0.77 ### Patch Changes -- Updated dependencies [408abc7] - - highlight.run@9.7.4 - - @highlight-run/node@3.11.1 - - @highlight-run/react@8.1.1 +- Updated dependencies [408abc7] + - highlight.run@9.7.4 + - @highlight-run/node@3.11.1 + - @highlight-run/react@8.1.1 ## 2.0.76 ### Patch Changes -- Updated dependencies [c647d66] -- Updated dependencies [c647d66] -- Updated dependencies [c647d66] - - @highlight-run/node@3.11.1 - - @highlight-run/react@8.1.0 +- Updated dependencies [c647d66] +- Updated dependencies [c647d66] +- Updated dependencies [c647d66] + - @highlight-run/node@3.11.1 + - @highlight-run/react@8.1.0 ## 2.0.75 ### Patch Changes -- Updated dependencies [d0e47ed] -- Updated dependencies [f396ee3] - - highlight.run@9.7.3 - - @highlight-run/node@3.11.0 - - @highlight-run/react@8.0.3 +- Updated dependencies [d0e47ed] +- Updated dependencies [f396ee3] + - highlight.run@9.7.3 + - @highlight-run/node@3.11.0 + - @highlight-run/react@8.0.3 ## 2.0.74 ### Patch Changes -- Updated dependencies [02fad3d] -- Updated dependencies [ed9cb32] -- Updated dependencies [e89e41c] -- Updated dependencies [da5662e] - - highlight.run@9.7.2 - - @highlight-run/node@3.11.0 - - @highlight-run/react@8.0.2 +- Updated dependencies [02fad3d] +- Updated dependencies [ed9cb32] +- Updated dependencies [e89e41c] +- Updated dependencies [da5662e] + - highlight.run@9.7.2 + - @highlight-run/node@3.11.0 + - @highlight-run/react@8.0.2 ## 2.0.73 ### Patch Changes -- Updated dependencies [847fdc0] - - highlight.run@9.7.1 - - @highlight-run/node@3.10.1 - - @highlight-run/react@8.0.1 +- Updated dependencies [847fdc0] + - highlight.run@9.7.1 + - @highlight-run/node@3.10.1 + - @highlight-run/react@8.0.1 ## 2.0.72 ### Patch Changes -- Updated dependencies [ecde630] - - highlight.run@9.7.0 - - @highlight-run/node@3.10.1 - - @highlight-run/react@8.0.0 +- Updated dependencies [ecde630] + - highlight.run@9.7.0 + - @highlight-run/node@3.10.1 + - @highlight-run/react@8.0.0 ## 2.0.71 ### Patch Changes -- Updated dependencies [2d95aba] - - highlight.run@9.5.3 - - @highlight-run/node@3.10.1 - - @highlight-run/react@7.0.3 +- Updated dependencies [2d95aba] + - highlight.run@9.5.3 + - @highlight-run/node@3.10.1 + - @highlight-run/react@7.0.3 ## 2.0.70 ### Patch Changes -- Updated dependencies [f06a274] - - @highlight-run/node@3.10.1 +- Updated dependencies [f06a274] + - @highlight-run/node@3.10.1 ## 2.0.69 ### Patch Changes -- Updated dependencies [236afe0] - - @highlight-run/node@3.10.0 +- Updated dependencies [236afe0] + - @highlight-run/node@3.10.0 ## 2.0.68 ### Patch Changes -- Updated dependencies [b02cad4] - - @highlight-run/node@3.9.7 +- Updated dependencies [b02cad4] + - @highlight-run/node@3.9.7 ## 2.0.67 ### Patch Changes -- Updated dependencies [d3ba444] -- Updated dependencies [21f3cfb] - - @highlight-run/node@3.9.6 +- Updated dependencies [d3ba444] +- Updated dependencies [21f3cfb] + - @highlight-run/node@3.9.6 ## 2.0.66 ### Patch Changes -- Updated dependencies [7becd8b] - - @highlight-run/node@3.9.5 +- Updated dependencies [7becd8b] + - @highlight-run/node@3.9.5 ## 2.0.65 ### Patch Changes -- Updated dependencies [df0b226] - - highlight.run@9.5.2 - - @highlight-run/node@3.9.4 - - @highlight-run/react@7.0.2 +- Updated dependencies [df0b226] + - highlight.run@9.5.2 + - @highlight-run/node@3.9.4 + - @highlight-run/react@7.0.2 ## 2.0.64 ### Patch Changes -- Updated dependencies [5194753] - - highlight.run@9.5.1 - - @highlight-run/node@3.9.4 - - @highlight-run/react@7.0.1 +- Updated dependencies [5194753] + - highlight.run@9.5.1 + - @highlight-run/node@3.9.4 + - @highlight-run/react@7.0.1 ## 2.0.63 ### Patch Changes -- 80aa6c7: Update deprecated DataFunctionArgs type in Remix -- Updated dependencies [e6d5ad2] - - @highlight-run/node@3.9.4 +- 80aa6c7: Update deprecated DataFunctionArgs type in Remix +- Updated dependencies [e6d5ad2] + - @highlight-run/node@3.9.4 ## 2.0.62 ### Patch Changes -- Updated dependencies [d94533a] - - highlight.run@9.5.0 - - @highlight-run/node@3.9.3 - - @highlight-run/react@7.0.0 +- Updated dependencies [d94533a] + - highlight.run@9.5.0 + - @highlight-run/node@3.9.3 + - @highlight-run/react@7.0.0 ## 2.0.61 ### Patch Changes -- Updated dependencies [f43d3b4] -- Updated dependencies [72ec866] -- Updated dependencies [f43d3b4] -- Updated dependencies [f43d3b4] - - highlight.run@9.4.4 - - @highlight-run/node@3.9.3 - - @highlight-run/react@6.0.4 +- Updated dependencies [f43d3b4] +- Updated dependencies [72ec866] +- Updated dependencies [f43d3b4] +- Updated dependencies [f43d3b4] + - highlight.run@9.4.4 + - @highlight-run/node@3.9.3 + - @highlight-run/react@6.0.4 ## 2.0.60 ### Patch Changes -- Updated dependencies [54557e9] - - highlight.run@9.4.3 - - @highlight-run/node@3.9.3 - - @highlight-run/react@6.0.3 +- Updated dependencies [54557e9] + - highlight.run@9.4.3 + - @highlight-run/node@3.9.3 + - @highlight-run/react@6.0.3 ## 2.0.59 ### Patch Changes -- Updated dependencies [5213ca3] - - highlight.run@9.4.2 - - @highlight-run/node@3.9.3 - - @highlight-run/react@6.0.2 +- Updated dependencies [5213ca3] + - highlight.run@9.4.2 + - @highlight-run/node@3.9.3 + - @highlight-run/react@6.0.2 ## 2.0.58 ### Patch Changes -- Updated dependencies [a95d52b] -- Updated dependencies [f432e66] - - highlight.run@9.4.1 - - @highlight-run/node@3.9.3 - - @highlight-run/react@6.0.1 +- Updated dependencies [a95d52b] +- Updated dependencies [f432e66] + - highlight.run@9.4.1 + - @highlight-run/node@3.9.3 + - @highlight-run/react@6.0.1 ## 2.0.57 ### Patch Changes -- 5045b23: fix opentelemetry warning from missing dependencies -- Updated dependencies [815faa8] -- Updated dependencies [815faa8] -- Updated dependencies [5045b23] - - highlight.run@9.4.0 - - @highlight-run/node@3.9.3 - - @highlight-run/react@6.0.0 +- 5045b23: fix opentelemetry warning from missing dependencies +- Updated dependencies [815faa8] +- Updated dependencies [815faa8] +- Updated dependencies [5045b23] + - highlight.run@9.4.0 + - @highlight-run/node@3.9.3 + - @highlight-run/react@6.0.0 ## 2.0.56 ### Patch Changes -- Updated dependencies [1e21c52] -- Updated dependencies [02f67d0] - - @highlight-run/node@3.9.2 - - highlight.run@9.3.4 - - @highlight-run/react@5.0.4 +- Updated dependencies [1e21c52] +- Updated dependencies [02f67d0] + - @highlight-run/node@3.9.2 + - highlight.run@9.3.4 + - @highlight-run/react@5.0.4 ## 2.0.55 ### Patch Changes -- Updated dependencies [5cc0afd] - - highlight.run@9.3.3 - - @highlight-run/node@3.9.1 - - @highlight-run/react@5.0.3 +- Updated dependencies [5cc0afd] + - highlight.run@9.3.3 + - @highlight-run/node@3.9.1 + - @highlight-run/react@5.0.3 ## 2.0.54 ### Patch Changes -- 2339697: update opentelemetry dependencies -- Updated dependencies [be38f68] -- Updated dependencies [2339697] -- Updated dependencies [bbbaeb1] - - highlight.run@9.3.2 - - @highlight-run/node@3.9.1 - - @highlight-run/react@5.0.2 +- 2339697: update opentelemetry dependencies +- Updated dependencies [be38f68] +- Updated dependencies [2339697] +- Updated dependencies [bbbaeb1] + - highlight.run@9.3.2 + - @highlight-run/node@3.9.1 + - @highlight-run/react@5.0.2 ## 2.0.53 ### Patch Changes -- Updated dependencies [262a07314] - - highlight.run@9.3.1 - - @highlight-run/node@3.9.0 - - @highlight-run/react@5.0.1 +- Updated dependencies [262a07314] + - highlight.run@9.3.1 + - @highlight-run/node@3.9.0 + - @highlight-run/react@5.0.1 ## 2.0.52 ### Patch Changes -- Updated dependencies [d2e00028a] -- Updated dependencies [0a8a9ffdc] -- Updated dependencies [0a8a9ffdc] - - highlight.run@9.3.0 - - @highlight-run/node@3.9.0 - - @highlight-run/react@5.0.0 +- Updated dependencies [d2e00028a] +- Updated dependencies [0a8a9ffdc] +- Updated dependencies [0a8a9ffdc] + - highlight.run@9.3.0 + - @highlight-run/node@3.9.0 + - @highlight-run/react@5.0.0 ## 2.0.51 ### Patch Changes -- Updated dependencies [f7fb74a44] - - highlight.run@9.2.2 - - @highlight-run/node@3.9.0 - - @highlight-run/react@4.0.2 +- Updated dependencies [f7fb74a44] + - highlight.run@9.2.2 + - @highlight-run/node@3.9.0 + - @highlight-run/react@4.0.2 ## 2.0.50 ### Patch Changes -- Updated dependencies [0067ea6b5] - - highlight.run@9.2.1 - - @highlight-run/node@3.9.0 - - @highlight-run/react@4.0.1 +- Updated dependencies [0067ea6b5] + - highlight.run@9.2.1 + - @highlight-run/node@3.9.0 + - @highlight-run/react@4.0.1 ## 2.0.49 ### Patch Changes -- Updated dependencies [d67bd4425] - - highlight.run@9.2.0 - - @highlight-run/node@3.9.0 - - @highlight-run/react@4.0.0 +- Updated dependencies [d67bd4425] + - highlight.run@9.2.0 + - @highlight-run/node@3.9.0 + - @highlight-run/react@4.0.0 ## 2.0.48 ### Patch Changes -- Updated dependencies [5b0b5a503] - - highlight.run@9.1.5 - - @highlight-run/node@3.9.0 - - @highlight-run/react@3.2.5 +- Updated dependencies [5b0b5a503] + - highlight.run@9.1.5 + - @highlight-run/node@3.9.0 + - @highlight-run/react@3.2.5 ## 2.0.47 ### Patch Changes -- Updated dependencies [b09f21e4b] - - @highlight-run/react@3.2.4 +- Updated dependencies [b09f21e4b] + - @highlight-run/react@3.2.4 ## 2.0.46 ### Patch Changes -- Updated dependencies [3e99f48ca] - - highlight.run@9.1.4 - - @highlight-run/node@3.9.0 +- Updated dependencies [3e99f48ca] + - highlight.run@9.1.4 + - @highlight-run/node@3.9.0 ## 2.0.45 ### Patch Changes -- Updated dependencies [efdf6b66a] - - highlight.run@9.1.3 - - @highlight-run/node@3.9.0 +- Updated dependencies [efdf6b66a] + - highlight.run@9.1.3 + - @highlight-run/node@3.9.0 ## 2.0.44 ### Patch Changes -- Updated dependencies [50dba067f] - - highlight.run@9.1.2 - - @highlight-run/node@3.9.0 +- Updated dependencies [50dba067f] + - highlight.run@9.1.2 + - @highlight-run/node@3.9.0 ## 2.0.43 ### Patch Changes -- Updated dependencies [e239b1a02] - - highlight.run@9.0.5 - - @highlight-run/node@3.9.0 +- Updated dependencies [e239b1a02] + - highlight.run@9.0.5 + - @highlight-run/node@3.9.0 ## 2.0.42 ### Patch Changes -- Updated dependencies [0a245b208] - - highlight.run@9.0.4 - - @highlight-run/node@3.9.0 +- Updated dependencies [0a245b208] + - highlight.run@9.0.4 + - @highlight-run/node@3.9.0 ## 2.0.41 ### Patch Changes -- Updated dependencies [50c74161e] - - highlight.run@9.0.3 - - @highlight-run/node@3.9.0 +- Updated dependencies [50c74161e] + - highlight.run@9.0.3 + - @highlight-run/node@3.9.0 ## 2.0.40 ### Patch Changes -- Updated dependencies [fd011e719] -- Updated dependencies [1dbe1bc6c] - - highlight.run@9.0.2 - - @highlight-run/react@3.2.3 - - @highlight-run/node@3.9.0 +- Updated dependencies [fd011e719] +- Updated dependencies [1dbe1bc6c] + - highlight.run@9.0.2 + - @highlight-run/react@3.2.3 + - @highlight-run/node@3.9.0 ## 2.0.39 ### Patch Changes -- Updated dependencies [2ced0e269] - - highlight.run@9.0.1 - - @highlight-run/node@3.9.0 +- Updated dependencies [2ced0e269] + - highlight.run@9.0.1 + - @highlight-run/node@3.9.0 ## 2.0.38 ### Patch Changes -- Updated dependencies [e7eb5f581] - - highlight.run@9.0.0 - - @highlight-run/node@3.9.0 +- Updated dependencies [e7eb5f581] + - highlight.run@9.0.0 + - @highlight-run/node@3.9.0 ## 2.0.37 ### Patch Changes -- Updated dependencies [8905154ff] - - highlight.run@8.13.0 - - @highlight-run/node@3.9.0 +- Updated dependencies [8905154ff] + - highlight.run@8.13.0 + - @highlight-run/node@3.9.0 ## 2.0.36 ### Patch Changes -- Updated dependencies [2a90db809] -- Updated dependencies [2a90db809] - - highlight.run@8.12.4 - - @highlight-run/node@3.9.0 +- Updated dependencies [2a90db809] +- Updated dependencies [2a90db809] + - highlight.run@8.12.4 + - @highlight-run/node@3.9.0 ## 2.0.35 ### Patch Changes -- Updated dependencies [2ea916328] -- Updated dependencies [11fe2921b] - - highlight.run@8.12.3 - - @highlight-run/node@3.9.0 +- Updated dependencies [2ea916328] +- Updated dependencies [11fe2921b] + - highlight.run@8.12.3 + - @highlight-run/node@3.9.0 ## 2.0.34 ### Patch Changes -- Updated dependencies [8899ee039] - - @highlight-run/react@3.2.2 - - highlight.run@8.12.2 - - @highlight-run/node@3.9.0 +- Updated dependencies [8899ee039] + - @highlight-run/react@3.2.2 + - highlight.run@8.12.2 + - @highlight-run/node@3.9.0 ## 2.0.33 ### Patch Changes -- Updated dependencies [926c3a1d7] - - highlight.run@8.12.1 - - @highlight-run/node@3.9.0 +- Updated dependencies [926c3a1d7] + - highlight.run@8.12.1 + - @highlight-run/node@3.9.0 ## 2.0.32 ### Patch Changes -- Updated dependencies [ec466b8b2] -- Updated dependencies [ec466b8b2] -- Updated dependencies [ec466b8b2] - - @highlight-run/node@3.9.0 +- Updated dependencies [ec466b8b2] +- Updated dependencies [ec466b8b2] +- Updated dependencies [ec466b8b2] + - @highlight-run/node@3.9.0 ## 2.0.31 ### Patch Changes -- Updated dependencies [b27a0bcd2] - - highlight.run@8.12.0 - - @highlight-run/node@3.8.3 +- Updated dependencies [b27a0bcd2] + - highlight.run@8.12.0 + - @highlight-run/node@3.8.3 ## 2.0.30 ### Patch Changes -- Updated dependencies [4ecafffe6] - - highlight.run@8.11.1 - - @highlight-run/node@3.8.3 +- Updated dependencies [4ecafffe6] + - highlight.run@8.11.1 + - @highlight-run/node@3.8.3 ## 2.0.29 ### Patch Changes -- Updated dependencies [e14192fa4] - - @highlight-run/node@3.8.3 +- Updated dependencies [e14192fa4] + - @highlight-run/node@3.8.3 ## 2.0.28 ### Patch Changes -- Updated dependencies [4574c8dfa] - - highlight.run@8.11.0 - - @highlight-run/node@3.8.2 +- Updated dependencies [4574c8dfa] + - highlight.run@8.11.0 + - @highlight-run/node@3.8.2 ## 2.0.27 ### Patch Changes -- Updated dependencies [bd410081e] -- Updated dependencies [dded74108] - - highlight.run@8.10.1 - - @highlight-run/node@3.8.2 +- Updated dependencies [bd410081e] +- Updated dependencies [dded74108] + - highlight.run@8.10.1 + - @highlight-run/node@3.8.2 ## 2.0.26 ### Patch Changes -- Updated dependencies [112fa2ced] - - highlight.run@8.10.0 - - @highlight-run/node@3.8.1 +- Updated dependencies [112fa2ced] + - highlight.run@8.10.0 + - @highlight-run/node@3.8.1 ## 2.0.25 ### Patch Changes -- Updated dependencies [3528f2de7] - - highlight.run@8.9.1 - - @highlight-run/node@3.8.1 +- Updated dependencies [3528f2de7] + - highlight.run@8.9.1 + - @highlight-run/node@3.8.1 ## 2.0.24 ### Patch Changes -- Updated dependencies [f45323273] - - highlight.run@8.9.0 - - @highlight-run/node@3.8.1 +- Updated dependencies [f45323273] + - highlight.run@8.9.0 + - @highlight-run/node@3.8.1 ## 2.0.23 ### Patch Changes -- 240143f9d: Resolve node sdk issues from an OTel package version bump -- Updated dependencies [240143f9d] - - @highlight-run/node@3.8.1 +- 240143f9d: Resolve node sdk issues from an OTel package version bump +- Updated dependencies [240143f9d] + - @highlight-run/node@3.8.1 ## 2.0.22 ### Patch Changes -- Updated dependencies [23a01e3d6] -- Updated dependencies [6a8151dc3] - - highlight.run@8.8.0 - - @highlight-run/node@3.8.0 +- Updated dependencies [23a01e3d6] +- Updated dependencies [6a8151dc3] + - highlight.run@8.8.0 + - @highlight-run/node@3.8.0 ## 2.0.21 ### Patch Changes -- Updated dependencies [31486ce41] - - highlight.run@8.7.1 - - @highlight-run/node@3.8.0 +- Updated dependencies [31486ce41] + - highlight.run@8.7.1 + - @highlight-run/node@3.8.0 ## 2.0.20 ### Patch Changes -- 062001317: update dependencies -- Updated dependencies [e2483b6c3] - - highlight.run@8.7.0 - - @highlight-run/node@3.8.0 +- 062001317: update dependencies +- Updated dependencies [e2483b6c3] + - highlight.run@8.7.0 + - @highlight-run/node@3.8.0 ## 2.0.19 ### Patch Changes -- 5fdb420c4: Adding highlightMiddleware and cookie tracking to Next.js. Minor cleanup for Remix and Node. -- Updated dependencies [c4eb0a17f] -- Updated dependencies [ed3ff4752] -- Updated dependencies [58ad9560f] -- Updated dependencies [5fdb420c4] -- Updated dependencies [9796ef086] - - @highlight-run/node@3.8.0 - - highlight.run@8.6.0 +- 5fdb420c4: Adding highlightMiddleware and cookie tracking to Next.js. Minor cleanup for Remix and Node. +- Updated dependencies [c4eb0a17f] +- Updated dependencies [ed3ff4752] +- Updated dependencies [58ad9560f] +- Updated dependencies [5fdb420c4] +- Updated dependencies [9796ef086] + - @highlight-run/node@3.8.0 + - highlight.run@8.6.0 ## 2.0.18 ### Patch Changes -- Updated dependencies [102710b30] - - highlight.run@8.5.0 - - @highlight-run/node@3.7.3 +- Updated dependencies [102710b30] + - highlight.run@8.5.0 + - @highlight-run/node@3.7.3 ## 2.0.17 ### Patch Changes -- Updated dependencies [52b260556] - - highlight.run@8.4.1 - - @highlight-run/node@3.7.3 +- Updated dependencies [52b260556] + - highlight.run@8.4.1 + - @highlight-run/node@3.7.3 ## 2.0.16 ### Patch Changes -- Updated dependencies [f6308c0ac] - - @highlight-run/node@3.7.3 +- Updated dependencies [f6308c0ac] + - @highlight-run/node@3.7.3 ## 2.0.15 ### Patch Changes -- Updated dependencies [59952b854] -- Updated dependencies [7a3e3d077] -- Updated dependencies [59952b854] -- Updated dependencies [59952b854] - - @highlight-run/node@3.7.2 - - highlight.run@8.4.0 +- Updated dependencies [59952b854] +- Updated dependencies [7a3e3d077] +- Updated dependencies [59952b854] +- Updated dependencies [59952b854] + - @highlight-run/node@3.7.2 + - highlight.run@8.4.0 ## 2.0.14 ### Patch Changes -- Updated dependencies [a07cdf584] -- Updated dependencies [4493988b0] - - highlight.run@8.3.2 - - @highlight-run/node@3.7.1 +- Updated dependencies [a07cdf584] +- Updated dependencies [4493988b0] + - highlight.run@8.3.2 + - @highlight-run/node@3.7.1 ## 2.0.13 ### Patch Changes -- 790c83782: fix incorrect publish with internal workspace references -- Updated dependencies [790c83782] - - @highlight-run/node@3.7.1 +- 790c83782: fix incorrect publish with internal workspace references +- Updated dependencies [790c83782] + - @highlight-run/node@3.7.1 ## 2.0.12 ### Patch Changes -- Updated dependencies [e75a480dc] -- Updated dependencies [e75a480dc] - - @highlight-run/node@3.7.0 +- Updated dependencies [e75a480dc] +- Updated dependencies [e75a480dc] + - @highlight-run/node@3.7.0 ## 2.0.11 ### Patch Changes -- Updated dependencies [85ea62d0c] -- Updated dependencies [352641cf7] -- Updated dependencies [8f0b8de6b] -- Updated dependencies [46ed85c91] - - highlight.run@8.3.1 - - @highlight-run/node@3.6.6 +- Updated dependencies [85ea62d0c] +- Updated dependencies [352641cf7] +- Updated dependencies [8f0b8de6b] +- Updated dependencies [46ed85c91] + - highlight.run@8.3.1 + - @highlight-run/node@3.6.6 ## 2.0.10 ### Patch Changes -- Updated dependencies [bd5021a6c] -- Updated dependencies [2fce77c13] - - @highlight-run/node@3.6.5 +- Updated dependencies [bd5021a6c] +- Updated dependencies [2fce77c13] + - @highlight-run/node@3.6.5 ## 2.0.9 ### Patch Changes -- Updated dependencies [84110aca1] -- Updated dependencies [c1773fa66] -- Updated dependencies [7c35f7d78] - - highlight.run@8.3.0 - - @highlight-run/node@3.6.4 +- Updated dependencies [84110aca1] +- Updated dependencies [c1773fa66] +- Updated dependencies [7c35f7d78] + - highlight.run@8.3.0 + - @highlight-run/node@3.6.4 ## 2.0.8 ### Patch Changes -- Updated dependencies [f966390c1] -- Updated dependencies [66b94f3f7] - - @highlight-run/node@3.6.3 - - highlight.run@8.2.3 +- Updated dependencies [f966390c1] +- Updated dependencies [66b94f3f7] + - @highlight-run/node@3.6.3 + - highlight.run@8.2.3 ## 2.0.7 ### Patch Changes -- Updated dependencies [e3590078e] -- Updated dependencies [8e91dbe55] -- Updated dependencies [b6172b0da] - - @highlight-run/node@3.6.2 - - highlight.run@8.2.2 +- Updated dependencies [e3590078e] +- Updated dependencies [8e91dbe55] +- Updated dependencies [b6172b0da] + - @highlight-run/node@3.6.2 + - highlight.run@8.2.2 ## 2.0.6 ### Patch Changes -- Updated dependencies [9ad2c786c] - - @highlight-run/node@3.6.1 +- Updated dependencies [9ad2c786c] + - @highlight-run/node@3.6.1 ## 2.0.5 ### Patch Changes -- Updated dependencies [7355c73f8] -- Updated dependencies [747903c88] -- Updated dependencies [d452bb1b6] - - @highlight-run/node@3.6.0 +- Updated dependencies [7355c73f8] +- Updated dependencies [747903c88] +- Updated dependencies [d452bb1b6] + - @highlight-run/node@3.6.0 ## 2.0.4 ### Patch Changes -- Updated dependencies [7c20f8c44] - - highlight.run@8.2.1 - - @highlight-run/node@3.5.3 +- Updated dependencies [7c20f8c44] + - highlight.run@8.2.1 + - @highlight-run/node@3.5.3 ## 2.0.3 ### Patch Changes -- Updated dependencies [8142463b5] -- Updated dependencies [4f535a839] -- Updated dependencies [107f2fbd2] -- Updated dependencies [4f535a839] -- Updated dependencies [4f535a839] -- Updated dependencies [4f535a839] - - highlight.run@8.2.0 - - @highlight-run/node@3.5.2 +- Updated dependencies [8142463b5] +- Updated dependencies [4f535a839] +- Updated dependencies [107f2fbd2] +- Updated dependencies [4f535a839] +- Updated dependencies [4f535a839] +- Updated dependencies [4f535a839] + - highlight.run@8.2.0 + - @highlight-run/node@3.5.2 ## 2.0.2 ### Patch Changes -- Updated dependencies [7b931c336] -- Updated dependencies [b03039b6b] -- Updated dependencies [be3f51f45] - - highlight.run@8.1.0 - - @highlight-run/node@3.5.1 +- Updated dependencies [7b931c336] +- Updated dependencies [b03039b6b] +- Updated dependencies [be3f51f45] + - highlight.run@8.1.0 + - @highlight-run/node@3.5.1 ## 2.0.1 ### Patch Changes -- Updated dependencies [4607eae20] -- Updated dependencies [e7fa17ac7] - - @highlight-run/node@3.5.0 - - highlight.run@8.0.1 +- Updated dependencies [4607eae20] +- Updated dependencies [e7fa17ac7] + - @highlight-run/node@3.5.0 + - highlight.run@8.0.1 ## 2.0.0 ### Patch Changes -- Updated dependencies [4f4e5aa4f] - - highlight.run@8.0.0 - - @highlight-run/node@3.4.4 +- Updated dependencies [4f4e5aa4f] + - highlight.run@8.0.0 + - @highlight-run/node@3.4.4 ## 1.0.0 ### Patch Changes -- Updated dependencies [e264f6a61] -- Updated dependencies [683330896] - - highlight.run@7.6.0 - - @highlight-run/node@3.4.3 +- Updated dependencies [e264f6a61] +- Updated dependencies [683330896] + - highlight.run@7.6.0 + - @highlight-run/node@3.4.3 ## 0.1.1 ### Patch Changes -- Repairing `package.json` `files` to include `*.d.ts` files. +- Repairing `package.json` `files` to include `*.d.ts` files. ## 0.1.2 ### Patch Changes -- Added `excludedHostnames` prop to `` +- Added `excludedHostnames` prop to `` ### 0.2.0 ### Minor changes -- Added support for setting metadata on `consumeError` +- Added support for setting metadata on `consumeError` ### 0.3.0 ### Minor changes -- Added support for setting `serviceName` +- Added support for setting `serviceName` ## 0.4.1 ### Minor Changes -- Ensure console serialization works with `BigInteger` and other unserializeable types. +- Ensure console serialization works with `BigInteger` and other unserializeable types. ## 0.4.2 ### Patch Changes -- Tune settings of opentelemetry SDK to reduce memory usage. -- Enable GZIP compression of exported data. +- Tune settings of opentelemetry SDK to reduce memory usage. +- Enable GZIP compression of exported data. diff --git a/sdk/highlight-remix/package.json b/sdk/highlight-remix/package.json index 6a1192ceb..cc8fd16e3 100644 --- a/sdk/highlight-remix/package.json +++ b/sdk/highlight-remix/package.json @@ -1,6 +1,6 @@ { "name": "@highlight-run/remix", - "version": "2.0.88", + "version": "2.0.89", "description": "Client for interfacing with Highlight in Remix", "packageManager": "yarn@4.0.2", "author": "", diff --git a/sdk/highlight-run/CHANGELOG.md b/sdk/highlight-run/CHANGELOG.md index 575cd76ec..6635ef0a7 100644 --- a/sdk/highlight-run/CHANGELOG.md +++ b/sdk/highlight-run/CHANGELOG.md @@ -1,554 +1,564 @@ # highlight.run +## 9.16.0 + +### Minor Changes + +- fd77bfb: introduce launchdarkly sdk integration for event forwarding + +### Patch Changes + +- 9cedbe7: improve LD sdk integration to report context + ## 9.15.0 ### Minor Changes -- 06d109a: turn off session cookie storage by default +- 06d109a: turn off session cookie storage by default ### Patch Changes -- 0acb4c2: fix local sendmode not incrementing payload id +- 0acb4c2: fix local sendmode not incrementing payload id ## 9.14.0 ### Minor Changes -- 5a55386: update rrweb recording engine +- 5a55386: update rrweb recording engine ### Patch Changes -- 6b8fa6f: remove type assertions around tracer on shutdown +- 6b8fa6f: remove type assertions around tracer on shutdown ## 9.13.0 ### Minor Changes -- 70cd598: Add more granualar otel instrumentation configuration +- 70cd598: Add more granualar otel instrumentation configuration ## 9.12.0 ### Minor Changes -- 6a3b836: Add option to disable frontend tracing +- 6a3b836: Add option to disable frontend tracing ## 9.11.1 ### Patch Changes -- 2b8cba8: ensure otel instrumentation does not interfere with other otel setups -- baed388: avoid emitting relativeTimestamp metrics +- 2b8cba8: ensure otel instrumentation does not interfere with other otel setups +- baed388: avoid emitting relativeTimestamp metrics ## 9.11.0 ### Minor Changes -- 941ac5e: support inlining any video tags by snapshotting as a canvas via inlineVideos setting +- 941ac5e: support inlining any video tags by snapshotting as a canvas via inlineVideos setting ## 9.10.0 ### Minor Changes -- b4f7173: turn off firstload network recording in favor of opentelemetry instrumentation +- b4f7173: turn off firstload network recording in favor of opentelemetry instrumentation ### Patch Changes -- b4f7173: check trace header injection separately from body capture check +- b4f7173: check trace header injection separately from body capture check ## 9.9.1 ### Patch Changes -- 91f82fc: record highlight session id on client-side metrics +- 91f82fc: record highlight session id on client-side metrics ## 9.9.0 ### Minor Changes -- ab181de: add a network performance listener to report network connection properties +- ab181de: add a network performance listener to report network connection properties ## 9.8.0 ### Minor Changes -- 0fa5585: introduce otlp native metrics export +- 0fa5585: introduce otlp native metrics export ## 9.7.4 ### Patch Changes -- 408abc7: reduce noisy ErrorStackParser.parse failures when failing to parse provided error +- 408abc7: reduce noisy ErrorStackParser.parse failures when failing to parse provided error ## 9.7.3 ### Patch Changes -- d0e47ed: fix capture of window user interaction events. - the window.addEventListener monkeypatch would - break libraries relying on the API because - the debounce logic would incorrectly call the - listener on the debounce condition. - adds additional events to the instrumentation. -- f396ee3: tune opentelemetry traces export from highlight.run +- d0e47ed: fix capture of window user interaction events. + the window.addEventListener monkeypatch would + break libraries relying on the API because + the debounce logic would incorrectly call the + listener on the debounce condition. + adds additional events to the instrumentation. +- f396ee3: tune opentelemetry traces export from highlight.run ## 9.7.2 ### Patch Changes -- 02fad3d: add url.\* attributes to fetch and xhr traces -- da5662e: avoid setting up promise monkeypatch by default to avoid breaking libraries that depend on the native promise implementation +- 02fad3d: add url.\* attributes to fetch and xhr traces +- da5662e: avoid setting up promise monkeypatch by default to avoid breaking libraries that depend on the native promise implementation ## 9.7.1 ### Patch Changes -- 847fdc0: revert single style sheet serialization due to performance regression +- 847fdc0: revert single style sheet serialization due to performance regression ## 9.7.0 ### Minor Changes -- ecde630: enable browser OTeL by default +- ecde630: enable browser OTeL by default ## 9.5.3 ### Patch Changes -- 2d95aba: Only send visited-url fields through the session events api +- 2d95aba: Only send visited-url fields through the session events api ## 9.5.2 ### Patch Changes -- df0b226: respect traceOrigins setting for context propagation +- df0b226: respect traceOrigins setting for context propagation ## 9.5.1 ### Patch Changes -- 5194753: fix `H.getSession*` methods using stale session ID +- 5194753: fix `H.getSession*` methods using stale session ID ## 9.5.0 ### Minor Changes -- d94533a: update rrweb to use postcss css parser +- d94533a: update rrweb to use postcss css parser ## 9.4.4 ### Patch Changes -- f43d3b4: fix full snapshot error when failing to starting rrweb recording -- 72ec866: fix recording bodies of otel requests -- f43d3b4: improve canvas serialization performance and support shadow dom canvases -- f43d3b4: fix rrweb replay breaking on invalid inlined css +- f43d3b4: fix full snapshot error when failing to starting rrweb recording +- 72ec866: fix recording bodies of otel requests +- f43d3b4: improve canvas serialization performance and support shadow dom canvases +- f43d3b4: fix rrweb replay breaking on invalid inlined css ## 9.4.3 ### Patch Changes -- 54557e9: re-release 9.4.2 which included incorrect bundle built from 9.3.4 +- 54557e9: re-release 9.4.2 which included incorrect bundle built from 9.3.4 ## 9.4.2 ### Patch Changes -- 5213ca3: ensure callback value is returned when not initialized +- 5213ca3: ensure callback value is returned when not initialized ## 9.4.1 ### Patch Changes -- a95d52b: record pri.highlight.io requests -- f432e66: block tracing via x-highlight-request header via urlblocklist +- a95d52b: record pri.highlight.io requests +- f432e66: block tracing via x-highlight-request header via urlblocklist ## 9.4.0 ### Minor Changes -- 815faa8: fix rrweb postcss replay and live mode +- 815faa8: fix rrweb postcss replay and live mode ### Patch Changes -- 815faa8: fix live mode breaking due to ischeckout of full snapshot +- 815faa8: fix live mode breaking due to ischeckout of full snapshot ## 9.3.4 ### Patch Changes -- 02f67d0: Fix type error reporting screen orientation +- 02f67d0: Fix type error reporting screen orientation ## 9.3.3 ### Patch Changes -- 5cc0afd: correctly report clickTextContent as timeline events +- 5cc0afd: correctly report clickTextContent as timeline events ## 9.3.2 ### Patch Changes -- be38f68: make client kill switch less likely to trigger by requiring multiple failures -- 2339697: update opentelemetry dependencies -- bbbaeb1: ensure duplicate tab functionality does not break x-highlight-request header - corrects issue introduced in 9.3.0 with the x-highlight-request missing the session id +- be38f68: make client kill switch less likely to trigger by requiring multiple failures +- 2339697: update opentelemetry dependencies +- bbbaeb1: ensure duplicate tab functionality does not break x-highlight-request header + corrects issue introduced in 9.3.0 with the x-highlight-request missing the session id ## 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 +- 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 ### Minor Changes -- 0a8a9ffdc: add cookie session persistence +- 0a8a9ffdc: add cookie session persistence ### Patch Changes -- 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 +- 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 +- f7fb74a44: add XHR request fallback is sendBeacon fails ## 9.2.1 ### Patch Changes -- 0067ea6b5: use trace ID as request ID in network listeners +- 0067ea6b5: use trace ID as request ID in network listeners ## 9.2.0 ### Minor Changes -- d67bd4425: stop recording if pushpayload cannot keep up with uploading data +- d67bd4425: stop recording if pushpayload cannot keep up with uploading data ## 9.1.5 ### Patch Changes -- 5b0b5a503: update rrweb to ^2.0.0-alpha.17 - ensure multiple tabs report data to distinct sessions +- 5b0b5a503: update rrweb to ^2.0.0-alpha.17 + ensure multiple tabs report data to distinct sessions ## 9.1.4 ### Patch Changes -- 3e99f48ca: fix otel webjs event monkeypatch breaking mouse event listeners +- 3e99f48ca: fix otel webjs event monkeypatch breaking mouse event listeners ## 9.1.3 ### Patch Changes -- efdf6b66a: fix highlight.run getSessionUrl only returning session ID +- efdf6b66a: fix highlight.run getSessionUrl only returning session ID ## 9.1.2 ### Patch Changes -- 50dba067f: fix otel webjs startSpan crashing when otel code has not loaded +- 50dba067f: fix otel webjs startSpan crashing when otel code has not loaded ## 9.1.1 ### Patch Changes -- 05fbf19aa: report performance resource timings in nanoseconds -- 24c5b00b6: fix span renaming of GraphQL requests +- 05fbf19aa: report performance resource timings in nanoseconds +- 24c5b00b6: fix span renaming of GraphQL requests ## 9.1.0 ### Minor Changes -- 463e99106: add browser OTEL tracing -- 8fd0e8f92: add `startSpan` and `startManualSpan` methods +- 463e99106: add browser OTEL tracing +- 8fd0e8f92: add `startSpan` and `startManualSpan` methods ## 9.0.5 ### Patch Changes -- e239b1a02: fix cross-origin iframe recording +- e239b1a02: fix cross-origin iframe recording ## 9.0.4 ### Patch Changes -- 0a245b208: default to jpeg canvas recording when webp not supported +- 0a245b208: default to jpeg canvas recording when webp not supported ## 9.0.3 ### Patch Changes -- 50c74161e: add screen measurements to session viewport data +- 50c74161e: add screen measurements to session viewport data ## 9.0.2 ### Patch Changes -- fd011e719: ensure getSessionURL correctly returns session url +- fd011e719: ensure getSessionURL correctly returns session url ## 9.0.1 ### Patch Changes -- 2ced0e269: fix inlineImages video recording showing incorrect solution and breaking videos on load +- 2ced0e269: fix inlineImages video recording showing incorrect solution and breaking videos on load ## 9.0.0 ### Major Changes -- e7eb5f581: updates rrweb to 2.0.15 with LWC support +- e7eb5f581: updates rrweb to 2.0.15 with LWC support ## 8.13.0 ### Minor Changes -- 8905154ff: make browser sdk more robust to avoid broken sessions +- 8905154ff: make browser sdk more robust to avoid broken sessions ## 8.12.4 ### Patch Changes -- 2a90db809: improve dev reliability of browser fetch patch -- 2a90db809: record more attributes as part of captured frontend network requests +- 2a90db809: improve dev reliability of browser fetch patch +- 2a90db809: record more attributes as part of captured frontend network requests ## 8.12.3 ### Patch Changes -- 2ea916328: Fix duplicate network requests when performance.clearResourceTimings has been monkeypatched by external libraries -- 11fe2921b: export highlight state on sdk +- 2ea916328: Fix duplicate network requests when performance.clearResourceTimings has been monkeypatched by external libraries +- 11fe2921b: export highlight state on sdk ## 8.12.2 ### Patch Changes -- 8899ee039: report additional metadata on error boundary exceptions +- 8899ee039: report additional metadata on error boundary exceptions ## 8.12.1 ### Patch Changes -- 926c3a1d7: fix rrweb merge conflict breaking canvas recording +- 926c3a1d7: fix rrweb merge conflict breaking canvas recording ## 8.12.0 ### Minor Changes -- b27a0bcd2: update rrweb version to 729361e +- b27a0bcd2: update rrweb version to 729361e ## 8.11.1 ### Patch Changes -- 4ecafffe6: fix xhr monkeypatch breaking for URL objects +- 4ecafffe6: fix xhr monkeypatch breaking for URL objects ## 8.11.0 ### Minor Changes -- 4574c8dfa: lazy load client bundle from node modules to avoid ad blockers +- 4574c8dfa: lazy load client bundle from node modules to avoid ad blockers ## 8.10.1 ### Patch Changes -- bd410081e: switch replay to using highlight backend for font cors proxying +- bd410081e: switch replay to using highlight backend for font cors proxying ## 8.10.0 ### Minor Changes -- 112fa2ced: Fix bug with recording traces. +- 112fa2ced: Fix bug with recording traces. ## 8.9.1 ### Patch Changes -- 3528f2de7: support sonner by disabling promise monkeypatching +- 3528f2de7: support sonner by disabling promise monkeypatching ## 8.9.0 ### Minor Changes -- f45323273: Update websocket events to use absolute timestamps. Remove relative timestamps from all requests. +- f45323273: Update websocket events to use absolute timestamps. Remove relative timestamps from all requests. ## 8.8.0 ### Minor Changes -- 23a01e3d6: update rrweb to pr-1352 +- 23a01e3d6: update rrweb to pr-1352 ### Patch Changes -- 6a8151dc3: fix console log serialization +- 6a8151dc3: fix console log serialization ## 8.7.1 ### Patch Changes -- 31486ce41: Deep stringify network request and response bodies +- 31486ce41: Deep stringify network request and response bodies ## 8.7.0 ### Minor Changes -- e2483b6c3: inline stylesheets by default +- e2483b6c3: inline stylesheets by default ## 8.6.0 ### Minor Changes -- 58ad9560f: support custom serialization for log attributes to display cleaner message bodies +- 58ad9560f: support custom serialization for log attributes to display cleaner message bodies ### Patch Changes -- ed3ff4752: filter network request recording for highlight.io traffic -- 9796ef086: report browser performance events as metrics +- ed3ff4752: filter network request recording for highlight.io traffic +- 9796ef086: report browser performance events as metrics ## 8.5.0 ### Minor Changes -- 102710b30: Make improvements to `requestResponseSanitizer` method to pass function in a body converted to json instead of a string. +- 102710b30: Make improvements to `requestResponseSanitizer` method to pass function in a body converted to json instead of a string. ## 8.4.1 ### Patch Changes -- 52b260556: fix innerText attribute change obfuscation +- 52b260556: fix innerText attribute change obfuscation ## 8.4.0 ### Minor Changes -- 7a3e3d077: optimize data transfer from browser sdk by compressing uploads - changes data export to https://pub.highlight.io which may require CSP setting changes +- 7a3e3d077: optimize data transfer from browser sdk by compressing uploads + changes data export to https://pub.highlight.io which may require CSP setting changes ### Patch Changes -- 59952b854: update highlight.run client import for nodenext resolution -- 59952b854: fix promise patch for angular.js +- 59952b854: update highlight.run client import for nodenext resolution +- 59952b854: fix promise patch for angular.js ## 8.3.2 ### Patch Changes -- a07cdf584: correctly record stack trace for async promise rejections -- 4493988b0: support sending structured attributes in browser console logs +- a07cdf584: correctly record stack trace for async promise rejections +- 4493988b0: support sending structured attributes in browser console logs ## 8.3.1 ### Patch Changes -- 85ea62d0c: Add environment to backend error types. +- 85ea62d0c: Add environment to backend error types. ## 8.3.0 ### Minor Changes -- 84110aca1: Update default privacy mode to obfuscate all inputs by default. Allow user to override ofuscation with data-hl-record attribute. Fix regex expressions for telephone numbers and addresses. +- 84110aca1: Update default privacy mode to obfuscate all inputs by default. Allow user to override ofuscation with data-hl-record attribute. Fix regex expressions for telephone numbers and addresses. ### Patch Changes -- c1773fa66: ensure cross origin iframe recording works even if the iframe reloads +- c1773fa66: ensure cross origin iframe recording works even if the iframe reloads ## 8.2.3 ### Patch Changes -- f966390c1: ensure compatibility for JS SDKs in ES and CJS environments +- f966390c1: ensure compatibility for JS SDKs in ES and CJS environments ## 8.2.2 ### Patch Changes -- b6172b0da: support bypassing sessionStorage entirely with the storageMode option and provide a globalStorage fallback +- b6172b0da: support bypassing sessionStorage entirely with the storageMode option and provide a globalStorage fallback ## 8.2.1 ### Patch Changes -- 7c20f8c44: revert "ensure highlight.run script tag is only added once (#7005)" +- 7c20f8c44: revert "ensure highlight.run script tag is only added once (#7005)" ## 8.2.0 ### Minor Changes -- 8142463b5: ensure highlight script tag is only inserted once to optimize for browser performance by reducing unused javascript in next.js environments +- 8142463b5: ensure highlight script tag is only inserted once to optimize for browser performance by reducing unused javascript in next.js environments ## 8.1.0 ### Minor Changes -- b03039b6b: Adds support for `requestResponseSanitizer` to allow users to modify data from the request/response headers and body, as well as prevent the entire request/response from being logged. +- b03039b6b: Adds support for `requestResponseSanitizer` to allow users to modify data from the request/response headers and body, as well as prevent the entire request/response from being logged. ### Patch Changes -- 7b931c336: ensure canvas recording works with auto snapshotting by default if no samplingStrategy is set -- be3f51f45: Adding .js file extensions to support NodeNext module resolution in TypeScript +- 7b931c336: ensure canvas recording works with auto snapshotting by default if no samplingStrategy is set +- be3f51f45: Adding .js file extensions to support NodeNext module resolution in TypeScript ## 8.0.1 ### Patch Changes -- e7fa17ac7: make H.init({forceNew: true}) reset the user identifier of the new session +- e7fa17ac7: make H.init({forceNew: true}) reset the user identifier of the new session ## 8.0.0 ### Major Changes -- 4f4e5aa4f: Switches privacy settings from `enableStrictPrivacy` to `privacySetting`, which will have a `'default'` mode that uses common regex expressions and input names to obfuscate personally identifiable information. Strict privacy mode is unchanged, and can be used by setting `privacySetting` to `'strict'`. No obfuscation can still be used by setting `privacySetting` to `'none'`. +- 4f4e5aa4f: Switches privacy settings from `enableStrictPrivacy` to `privacySetting`, which will have a `'default'` mode that uses common regex expressions and input names to obfuscate personally identifiable information. Strict privacy mode is unchanged, and can be used by setting `privacySetting` to `'strict'`. No obfuscation can still be used by setting `privacySetting` to `'none'`. ## 7.6.0 ### Minor Changes -- e264f6a61: ignore non-actionable / internal errors in client-side error handling +- e264f6a61: ignore non-actionable / internal errors in client-side error handling ## 4.6.0 ### Minor Changes -- fix workspace:\* dependencies +- fix workspace:\* dependencies ## 5.0.0 ### Major Changes -- Pins highlight.run dynamic client version to the highlight.run package version. +- Pins highlight.run dynamic client version to the highlight.run package version. ### Upgrading from 4.x or older -- We've migrated our lazy-loaded bundled to be served from static.highlight.io instead of static.highlight.run. As a - result, if you use custom, change references form static.highlight.run to static.highlight.io. -- There are no breaking API / package behavior changes with this release. +- We've migrated our lazy-loaded bundled to be served from static.highlight.io instead of static.highlight.run. As a + result, if you use custom, change references form static.highlight.run to static.highlight.io. +- There are no breaking API / package behavior changes with this release. ## 5.0.1 ### Patch Changes -- Ensures that a tab reload that resumes a previous old session (older than 4 hours) starts a new session rather than - adding a set of data for the previous one. +- Ensures that a tab reload that resumes a previous old session (older than 4 hours) starts a new session rather than + adding a set of data for the previous one. ## 5.1.0 ### Minor Changes -- Improves canvas recording efficiency. -- Improves accuracy of recorded iframes. -- Improves recording of scrolling with custom CSS. -- Improves recording of Shadow DOM elements. -- Smoothens replay mouse animation. +- Improves canvas recording efficiency. +- Improves accuracy of recorded iframes. +- Improves recording of scrolling with custom CSS. +- Improves recording of Shadow DOM elements. +- Smoothens replay mouse animation. ## 5.1.1 @@ -556,266 +566,266 @@ Ensures H.stop() stops recording and that visibility events do not restart recording. -- Simplify CSP requirements by proxying web-vitals script. +- Simplify CSP requirements by proxying web-vitals script. ## 5.1.2 ### Patch Changes -- Fix an issue that prevented recording from starting. +- Fix an issue that prevented recording from starting. ## 5.1.3 ### Patch Changes -- Separate the client web worker to make content security policy more strict. +- Separate the client web worker to make content security policy more strict. ## 5.1.4 ### Patch Changes -- Fix an issue with tab visibility switches breaking some recordings. +- Fix an issue with tab visibility switches breaking some recordings. ## 5.1.5 ### Patch Changes -- Fix typescript definitions in published `highlight.run` npm package. +- Fix typescript definitions in published `highlight.run` npm package. ## 5.1.6 ### Patch Changes -- Remove randomized URL param from Highlight client script to allow browser caching by client version. +- Remove randomized URL param from Highlight client script to allow browser caching by client version. ## 5.1.7 ### Patch Changes -- Ensure `` and `` elements are obfuscated correctly in strict privacy mode or - with `highlight-mask` / `highlight-block`. -- Fix a condition where `enableStrictPrivacy` with `highlight-mask` on a `` would cause child elements to not be - recorded. +- Ensure `` and `` elements are obfuscated correctly in strict privacy mode or + with `highlight-mask` / `highlight-block`. +- Fix a condition where `enableStrictPrivacy` with `highlight-mask` on a `` would cause child elements to not be + recorded. ## 5.1.8 ### Patch Changes -- Resolves an issue with recording events that have listeners calling preventDefault(). +- Resolves an issue with recording events that have listeners calling preventDefault(). ## 5.2.0 ### Minor Changes -- Adds support for cross-origin iframe recording. +- Adds support for cross-origin iframe recording. ## 5.2.1 ### Patch Changes -- Adds a list of non-retryable errors to prevent the client from unnecessary retries +- Adds a list of non-retryable errors to prevent the client from unnecessary retries ## 5.2.2 ### Patch Changes -- Fixes issues in Shadow DOM recording that would omit sections of the DOM. +- Fixes issues in Shadow DOM recording that would omit sections of the DOM. ## 5.2.3 ### Patch Changes -- Fixes Highlight integration - with [Segment V2 (aka @segment/analytics-next)](https://www.npmjs.com/package/@segment/analytics-next). -- Changes iframe recording behavior for cross-origin iframes to ensure `src` is dropped as the `src` cannot be replayed. +- Fixes Highlight integration + with [Segment V2 (aka @segment/analytics-next)](https://www.npmjs.com/package/@segment/analytics-next). +- Changes iframe recording behavior for cross-origin iframes to ensure `src` is dropped as the `src` cannot be replayed. ## 5.3.3 ### Minor Changes -- Fixes cross-origin iframe bugs. -- Add ability to opt out of client integrations. +- Fixes cross-origin iframe bugs. +- Add ability to opt out of client integrations. ### Patch Changes -- Updates rollup dependency. -- Defaults to inlining stylesheets. -- Replaces fingerprint with generated client id. -- Enables console and error recording on localhost. +- Updates rollup dependency. +- Defaults to inlining stylesheets. +- Replaces fingerprint with generated client id. +- Enables console and error recording on localhost. ## 5.4.0 ### Minor Changes -- Adds `recordCrossOriginIframe` setting to opt-in enable cross-origin iframe recording. +- Adds `recordCrossOriginIframe` setting to opt-in enable cross-origin iframe recording. ## 5.4.1 ### Patch Changes -- Ensure integrations are not initialized when `disabled: true`. +- Ensure integrations are not initialized when `disabled: true`. ## 5.4.2 ### Patch Changes -- Adds an opt-out `reportConsoleErrors` boolean setting to `H.init` that allows disabling reporting console logs as errors. -- Ensures `console.error(...)` calls are reported as part of highlight frontend sessions in all cases. +- Adds an opt-out `reportConsoleErrors` boolean setting to `H.init` that allows disabling reporting console logs as errors. +- Ensures `console.error(...)` calls are reported as part of highlight frontend sessions in all cases. ## 6.0.0 ### Major Changes -- Switches `reportConsoleErrors` to be disabled by default. With the setting disabled, `console.error(...)` calls will only be reported as error logs. -- Adds a `disableSessionRecording` setting that allows using the javascript sdk for error/logs recording without capturing session replays. -- Updates rrweb dependency. +- Switches `reportConsoleErrors` to be disabled by default. With the setting disabled, `console.error(...)` calls will only be reported as error logs. +- Adds a `disableSessionRecording` setting that allows using the javascript sdk for error/logs recording without capturing session replays. +- Updates rrweb dependency. ## 6.0.1 ### Patch Changes -- Fixes `H.track` reporting to ensure events are recorded as part of the session timeline indicators. +- Fixes `H.track` reporting to ensure events are recorded as part of the session timeline indicators. ## 6.0.2 ### Patch Changes -- Fixes typescript definitions for `highlight.run` which referenced an internal unpublished package. +- Fixes typescript definitions for `highlight.run` which referenced an internal unpublished package. ## 6.0.3 ### Patch Changes -- Packages the web-vitals library as part of the highlight.io client bundle. +- Packages the web-vitals library as part of the highlight.io client bundle. ## 6.2.0 ### Minor Changes -- Supports recording inlined `` elements such as webcams or `src="blob://...`. -- Limits the size of network request bodies recorded to prevent replay-time crashes. +- Supports recording inlined `` elements such as webcams or `src="blob://...`. +- Limits the size of network request bodies recorded to prevent replay-time crashes. ## 6.3.0 ### Minor Changes -- Support the option to redact specific request/response body keys while recording all others. +- Support the option to redact specific request/response body keys while recording all others. ## 6.4.0 ### Minor Changes -- Moves bundling from rollup to vite. +- Moves bundling from rollup to vite. ## 6.4.1 ### Patch Changes -- Switch to umd default output. +- Switch to umd default output. ## 6.4.3 ### Patch Changes -- Fixes to umd format +- Fixes to umd format ## 6.5.0 ### Minor Changes -- Adds an `H.start({forceNew: true})` option that allows forcing the start of a new session recording. +- Adds an `H.start({forceNew: true})` option that allows forcing the start of a new session recording. ## 6.5.1 ### Patch Changes -- Turn off client sourcemaps as they cause issues with next.js frontends. +- Turn off client sourcemaps as they cause issues with next.js frontends. ## 6.5.2 ### Patch Changes -- Target ES6 for library build compatibility. +- Target ES6 for library build compatibility. ## 6.5.3 ### Patch Changes -- The Highlight `window.fetch` proxy was only forwarding headers from `RequestInit`. It now forwards headers from `RequestInfo` as well. -- Target ES6 for library build compatability. +- The Highlight `window.fetch` proxy was only forwarding headers from `RequestInit`. It now forwards headers from `RequestInfo` as well. +- Target ES6 for library build compatability. ## 7.0.0 ### Breaking Changes -- Removed the `feedbackWidget` option. +- Removed the `feedbackWidget` option. ## 7.1.0 ### Minor Changes -- Improves the experience of configuring cross-origin `` recording. +- Improves the experience of configuring cross-origin `` recording. ## 7.1.1 ### Patch Changes -- Extends the length of recorded sessions for a given project. +- Extends the length of recorded sessions for a given project. ## 7.1.2 ### Minor Changes -- Avoid initializing highlight fetch monkeypatch more than once. +- Avoid initializing highlight fetch monkeypatch more than once. ## 7.2.0 ### Minor Changes -- Capture unhandled promise exceptions in highlight errors. +- Capture unhandled promise exceptions in highlight errors. ## 7.3.0 ### Minor Changes -- Update format of data sent in for WebSocket events +- Update format of data sent in for WebSocket events ## 7.3.1 ### Patch Changes -- Increase data transmission retry delays. +- Increase data transmission retry delays. ## 7.3.2 ### Patch Changes -- Ensure compatibility with native `window.Highlight` [class](https://developer.mozilla.org/en-US/docs/Web/API/Highlight). +- Ensure compatibility with native `window.Highlight` [class](https://developer.mozilla.org/en-US/docs/Web/API/Highlight). ## 7.3.3 ### Patch Changes -- Ensure `console.error` caught stack traces are not missing the top frame. +- Ensure `console.error` caught stack traces are not missing the top frame. ## 7.3.4 ### Patch Changes -- Add easier testing of local `@highlight-run/client` and `highlight.run` scripts. -- Look for `window.HighlightIO` instead of `window.Highlight` when waiting for client script to load. +- Add easier testing of local `@highlight-run/client` and `highlight.run` scripts. +- Look for `window.HighlightIO` instead of `window.Highlight` when waiting for client script to load. ## 7.3.5 ### Patch Changes -- Remove any properties that throw a `structuredClone` error in `addProperties` before calling `postMessage` +- Remove any properties that throw a `structuredClone` error in `addProperties` before calling `postMessage` ## 7.3.6 ### Patch Changes -- Track identify metadata in the mixpanel integration as a tracked event. +- Track identify metadata in the mixpanel integration as a tracked event. ## 7.3.7 @@ -825,101 +835,101 @@ Reserved for the Boeing 737 ### Patch Changes -- Fix `window.Promise` monkeypatch to work in Next.js frontends. +- Fix `window.Promise` monkeypatch to work in Next.js frontends. ## 7.3.9 ### Patch Changes -- Fix recording of WebGL2 `` elements that leverage `preserveDrawingBuffer: false` +- Fix recording of WebGL2 `` elements that leverage `preserveDrawingBuffer: false` ## 7.3.10 ### Patch Changes -- Fix error capture of `new Error()` objects. +- Fix error capture of `new Error()` objects. ## 7.3.11 ### Patch Changes -- Improve `canvasInitialSnapshotDelay` logic for `` recording to delay per-canvas. +- Improve `canvasInitialSnapshotDelay` logic for `` recording to delay per-canvas. ## 7.3.12 ### Patch Changes -- Update naming of exports for Remix compatability. +- Update naming of exports for Remix compatability. ## 7.3.13 ### Patch Changes -- Fix export names for unpkg / jsdelivr. +- Fix export names for unpkg / jsdelivr. ## 7.4.0 ### Minor Changes -- Return `{ sessionSecureID }` from `H.init` for consumption by Remix SDK -- Persist `sessionSecureID` to `sessionStorage` +- Return `{ sessionSecureID }` from `H.init` for consumption by Remix SDK +- Persist `sessionSecureID` to `sessionStorage` ## 7.4.1 ### Patch Changes -- Ensure compatibility with older browser XHR implementations. +- Ensure compatibility with older browser XHR implementations. ## 7.4.2 ### Patch Changes -- Add support for a new `storageMode` setting to avoid using `window.localStorage`. +- Add support for a new `storageMode` setting to avoid using `window.localStorage`. ## 7.4.3 ### Patch Changes -- Support passing `recordCrossOriginIframe: false` in a cross-origin iframe to record a session for the iframe contents. +- Support passing `recordCrossOriginIframe: false` in a cross-origin iframe to record a session for the iframe contents. ## 7.4.4 ### Patch Changes -- Ensure stacktraces from Promises are parsed correctly. +- Ensure stacktraces from Promises are parsed correctly. ## 7.5.0 ### Minor Changes -- Added support to specify `serviceName`. +- Added support to specify `serviceName`. ## 7.5.1 ### Patch Changes -- Remove canvas recording logging (not only enabled if the `debug` setting is provided). +- Remove canvas recording logging (not only enabled if the `debug` setting is provided). ## 7.5.2 ### Patch Changes -- Auto-inline CSS on 127.0.0.1 (a common alias for localhost). +- Auto-inline CSS on 127.0.0.1 (a common alias for localhost). ## 7.5.3 ### Patch Changes -- Ensure `H.snapshot()` does not use `setTimeout` to avoid blocking the event loop. +- Ensure `H.snapshot()` does not use `setTimeout` to avoid blocking the event loop. ## 7.5.4 ### Patch Changes -- Record network request payloads with absolute timestamps. +- Record network request payloads with absolute timestamps. ## 7.5.5 ### Patch Changes -- Ensure `H.start()` and `H.stop()` behavior is async-race-safe to avoid inconsistent behavior when `H.stop()` or `H.start()` is called before recording is started. +- Ensure `H.start()` and `H.stop()` behavior is async-race-safe to avoid inconsistent behavior when `H.stop()` or `H.start()` is called before recording is started. diff --git a/sdk/highlight-run/package.json b/sdk/highlight-run/package.json index b0f945994..9bdcaa93e 100644 --- a/sdk/highlight-run/package.json +++ b/sdk/highlight-run/package.json @@ -1,6 +1,6 @@ { "name": "highlight.run", - "version": "9.15.0", + "version": "9.16.0", "description": "Open source, fullstack monitoring. Capture frontend errors, record server side logs, and visualize what broke with session replay.", "keywords": [ "highlight",