···3838 */
3939 `Network request failed`,
4040 ],
4141+ /**
4242+ * Does not affect traces of error events or other logs, just disables
4343+ * automatically attaching stack traces to events. This helps us group events
4444+ * and prevents explosions of separate issues.
4545+ *
4646+ * @see https://docs.sentry.io/platforms/react-native/configuration/options/#attach-stacktrace
4747+ */
4848+ attachStacktrace: false,
4149})