Disable default stack traces that are causing issues (#8487)

This commit is contained in:
Eric Bailey
2025-06-13 13:37:47 -05:00
committed by GitHub
parent 45f0f7eefe
commit d2de074dc4
+8
View File
@@ -38,4 +38,12 @@ init({
*/
`Network request failed`,
],
/**
* Does not affect traces of error events or other logs, just disables
* automatically attaching stack traces to events. This helps us group events
* and prevents explosions of separate issues.
*
* @see https://docs.sentry.io/platforms/react-native/configuration/options/#attach-stacktrace
*/
attachStacktrace: false,
})