Skip to content

Commit d861c16

Browse files
authored
fix(test): Disables spotlight for sample app (#5266)
* fix(test): Exclude localhost requests from HTTP span count * Revert "fix(test): Exclude localhost requests from HTTP span count" This reverts commit c48dd54. * Disable spotlight in the sample * Revert "Disable spotlight in the sample" This reverts commit ba431c6. * Reapply "fix(test): Exclude localhost requests from HTTP span count" This reverts commit 3cf86e4. * Revert "Reapply "fix(test): Exclude localhost requests from HTTP span count"" This reverts commit 4d20d44. * Reapply "Disable spotlight in the sample" This reverts commit aec7a98.
1 parent 268ce08 commit d861c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/react-native/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Sentry.init({
161161
replaysOnErrorSampleRate: 1.0,
162162
ignoreErrors: ['should', /(.)*2(.)*/],
163163
replaysSessionQuality: 'medium', // default
164-
spotlight: true,
164+
spotlight: false,
165165
// This should be disabled when manually initializing the native SDK
166166
// Note that options from JS are not passed to the native SDKs when initialized manually
167167
autoInitializeNativeSdk: true,

0 commit comments

Comments
 (0)