Skip to content

Commit 75a4e6c

Browse files
committed
Remove spurious request-headers from sample app
1 parent cf34268 commit 75a4e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-samples/sentry-samples-android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
<!-- Disable network body capture for urls specified in .network-detail-allow-urls -->
202202
<!-- <meta-data android:name="io.sentry.session-replay.network-capture-bodies" android:value="false" />-->
203203
<!-- Some random headers to extract. See TriggerHttpRequestActivity to set these on a test http request -->
204-
<meta-data android:name="io.sentry.session-replay.network-request-headers" android:value="Authorization,X-Custom-Header,X-Test-Request,blah, blee" />
204+
<meta-data android:name="io.sentry.session-replay.network-request-headers" android:value="Authorization,X-Custom-Header,X-Test-Request" />
205205
<meta-data android:name="io.sentry.session-replay.network-response-headers" android:value="X-Response-Time,X-Cache-Status,X-Test-Response" />
206206
</application>
207207
</manifest>

0 commit comments

Comments
 (0)