Disable default stack traces that are causing issues (#8487)
This commit is contained in:
@@ -38,4 +38,12 @@ init({
|
|||||||
*/
|
*/
|
||||||
`Network request failed`,
|
`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,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user