Compare commits

...

1 Commits

Author SHA1 Message Date
Eric Bailey 4c7c52026e Disable default stack traces that are causing issues 2025-06-13 12:43:53 -05:00
+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,
})