Skip to content

Commit 4368c23

Browse files
committed
add availability node
1 parent 8bb517c commit 4368c23

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/platforms/javascript/guides/sveltekit/manual-setup.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,12 @@ export const load = wrapServerLoadWithSentry((event) => {
458458

459459
### Configure Client-side `fetch` Instrumentation
460460

461+
<Note>
462+
463+
Available since version 7.91.0
464+
465+
</Note>
466+
461467
The `sentryHandle` function you added to your `handle` hook in `hooks.server.ts` during [server-side setup](#server-side-setup) injects a small inline `<script>` tag into the HTML response of the server.
462468
This script attempts to proxy all client-side `fetch` calls, so that `fetch` calls inside your `load` functions are captured by the SDK.
463469
However, if you configured CSP rules to block inline fetch scripts by default, this script will be [blocked by the browser](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src#unsafe_inline_script).

0 commit comments

Comments
 (0)