There was an error while loading. Please reload this page.
1 parent 4dedcec commit 0d459e6Copy full SHA for 0d459e6
1 file changed
packages/react-native/README.md
@@ -78,8 +78,8 @@ await Exceptionless.startup((c) => {
78
// Optional: add default tags
79
c.defaultTags.push("react-native", "ios");
80
81
- // Optional: add default data
82
- c.defaultData["environment"] = "production";
+ // Optional: set the deployment environment
+ c.environment = "production";
83
});
84
```
85
0 commit comments