Skip to content

Commit aa22f5d

Browse files
committedDec 13, 2024
fix(toolbar): Include credentials wuith fetch reqeusts
1 parent 2303409 commit aa22f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/sentry/templates/sentry/toolbar/iframe.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
const initWithCreds = {
162162
...init,
163163
headers: { ...init.headers, ...bearer },
164-
credentials: 'same-origin',
164+
credentials: 'include',
165165
};
166166
const response = await fetch(url, initWithCreds);
167167
return {

0 commit comments

Comments
 (0)