You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**feat(integrations): Add `ContextLines` integration for html-embedded JS stack frames (#8699)**
12
+
13
+
This release adds the `ContextLines` integration as an optional integration for the Browser SDKs to `@sentry/integrations`.
14
+
15
+
This integration adds source code from inline JavaScript of the current page's HTML (e.g. JS in `<script>` tags) to stack traces of captured errors.
16
+
It _can't_ collect source code from assets referenced by your HTML (e.g. `<script src="..." />`).
17
+
18
+
The `ContextLines` integration is useful when you have inline JS code in HTML pages that can't be accessed by Sentry's backend, for example, due to a login-protected page.
0 commit comments