From 8a0a33c4985a9c12e87bbc8b8ae2ac9cacc42ea6 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Tue, 8 Aug 2023 16:05:06 +0200 Subject: [PATCH 1/3] meta: Update CHANGELOG for version 7.62.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89b0e70865e5..d3888050bc0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 7.62.0 + +- feat(integrations): Add `ContextLines` integration for html-embedded JS stack frames (#8699) +- fix(nextjs): Make all wrappers isomorphic and available in all runtimes (#8743) +- fix(replay): Cancel debounce when replay is too short/long (#8742) +- fix(utils): `dirname` and `basename` should handle Windows paths (#8737) +- ref: Hoist `flush`, `close`, and `lastEventId` into `@sentry/core` (#8731) +- ref(ember): Update ember type/eslint/tsconfig usage (#8718) +- ref(node): Don't call `JSON.stringify` on prisma client when logging (#8745) +- ref(replay): Ensure we only clear for buffer mode (#8744) +- ref(replay): Log warning if trying to flush initial segment without checkout (#8748) + ## 7.61.1 - feat(nextjs): Add `AsyncLocalStorage` async context strategy to edge SDK (#8720) From 9070e3ee646603ec902997822a57e8642f2774d4 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Tue, 8 Aug 2023 16:18:13 +0200 Subject: [PATCH 2/3] add ContextLines description, apply feedback --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3888050bc0f..eb8cc846b983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,15 +6,39 @@ ## 7.62.0 -- feat(integrations): Add `ContextLines` integration for html-embedded JS stack frames (#8699) +### Important Changes + +- **feat(integrations): Add `ContextLines` integration for html-embedded JS stack frames (#8699)** + +This release adds the `ContextLines` integration as an optional integration for the Browser SDKs to `@sentry/integrations`. + +This integration adds source code from inline JavaScript of the current page's HTML (e.g. JS in `